fix bug last line et ajout info sur next command si option print

This commit is contained in:
hugogogo
2021-12-03 12:24:23 +01:00
parent 6ac25b11ae
commit 27f8059d8a
7 changed files with 142 additions and 22 deletions

View File

@@ -111,7 +111,8 @@ echo "$HOME"
echo '$HOME'
export ; env # display is different for both commands
export ; env
# display is different for both commands
echo \$HOME
@@ -165,10 +166,10 @@ export "HI= hi"
export "HI =hi"
/bin/ls
write something the press ctrl+c
write something then press ctrl+d
write something then press ctrl+\
# /bin/ls
# write something the press ctrl+c
# write something then press ctrl+d
# write something then press ctrl+\
echo $?