42_minishell/dev/TODO
2024-05-07 14:15:00 +02:00

21 lines
469 B
Text

- working history (rl_* functions?)
- '<<' with history?
- finding commands
- built-in commands
- relative/absolute paths
- signals
- ^C, ^D, ^\
- variables
- normal variables
- environment variables
- $?
- pipes
- no calls (like `$ < input_file > output_file`)
- builtins:
- echo (with option -n)
- cd [path]
- pwd (with no options)
- export (with no options)
- unset (with no options)
- env (with no options or arguments)
- exit (with no options)