9 lines
276 B
Plaintext
9 lines
276 B
Plaintext
- cat filenotfound -> exit # (exit avec le status 0 et pas 1)
|
|
- < filenotfound # (status code pas a 1)
|
|
- export aaa -> env # (variable aaa qui s'affiche)
|
|
- .. # (pas de command not found)
|
|
- cat Makefile | commandnotfound | cat
|
|
- cat < Makefile | rev | cat -e | rev | cat
|
|
|
|
CPT
|