fix bug last line et ajout info sur next command si option print
This commit is contained in:
@@ -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 $?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user