68 lines
395 B
Bash
68 lines
395 B
Bash
touch file_name_in_current_dir
|
|
file_name_in_current_dir
|
|
|
|
not_cmd
|
|
|
|
minishell
|
|
|
|
./minishell
|
|
|
|
l^Ds
|
|
|
|
touch testt
|
|
chmod 000 testt
|
|
ls
|
|
./testt
|
|
|
|
/bin/ls
|
|
|
|
/bin/pwd
|
|
|
|
ls -la
|
|
|
|
/bin/chmod
|
|
|
|
/bin/ls -la
|
|
|
|
ctrl-C
|
|
|
|
ctrl-D
|
|
|
|
ctrl-\
|
|
|
|
asdf ctrl-C
|
|
|
|
asdf ctrl-D
|
|
|
|
cat ctrl-C
|
|
|
|
asdf ctrl-\
|
|
|
|
cat ctrl-D
|
|
|
|
hoi
|
|
|
|
ls -la
|
|
|
|
ls
|
|
|
|
/bin/ls
|
|
|
|
/binn/ls
|
|
|
|
$"
|
|
$'
|
|
123"456
|
|
|
|
\1
|
|
123\!456
|
|
123\456
|
|
|
|
“$rewtwet”
|
|
|
|
\maran
|
|
|
|
hallo\hoi
|
|
\hallo
|
|
\hallo
|