qq modifs pour pull

This commit is contained in:
hugogogo
2021-12-17 11:56:46 +01:00
parent 3c89304cda
commit a2ea274c9f
3 changed files with 36 additions and 29 deletions

View File

@@ -1,10 +1,8 @@
echo bonjour > $test
ls
rm '$test'
> log echo coucou
ls
rm log
cat < >
@@ -14,63 +12,48 @@ cat > >
> a ls > b < Makefile
ls
rm a b
echo > a Hello World!
ls
rm a
> a echo Hello World!
ls
rm a
echo bonjour > test\ 1
ls
rm test
echo bonjour >>> test
echo bonjour > > out
ls
rm out
echo 2 >> out1 > out2
ls
rm out1 out2
echo 2 > out1 >> out2
ls
rm out1 out2
cat < blablabla
echo test > file test1
ls
rm file
not_cmd bonjour > salut
ls
rm salut
>testt
ls
rm testt
>>testt
ls
rm testt
<testt
ls
rm testt
touch testt
<testt
rm testt
rm testt
<testt
rm testt
cat <a <b >c >d
@@ -81,12 +64,10 @@ cat a
cat b
cat c
cat d
rm a b c d
cat a | < b cat | cat > c | cat
ls
rm a b c
echo hello >a
echo byebye >b
@@ -96,11 +77,14 @@ ls
cat a
cat b
cat c
rm a b c
echo bonjour > $test w/ t
ls
export TEST=newfile
echo hello > $TEST
ls
echo > "hardesttest.txt"
echo adding stuff >> working.txt