42_minishell/dev/TODO
2024-05-17 14:58:11 +02:00

19 lines
411 B
Text

- working history (rl_* functions?)
- '<<' with history?
- finding commands
- built-in commands
- relative/absolute paths
- signals
- ^C, ^D, ^\
- variables
- normal variables
- environment variables
- $?
- 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)