Files
minishell/todo
tom moron 0bad8c3cdb fix echo
2024-04-29 21:43:50 +02:00

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