19 lines
502 B
Text
19 lines
502 B
Text
- finding commands
|
|
- built-in commands
|
|
- 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)
|
|
- fix
|
|
- the builtins should get all arguments and check if they're good
|
|
|
|
(unnecessary part)
|
|
- working history (rl_* functions?)
|
|
- '<<' with history?
|
|
|
|
(also search TODO and FIXME in the files)
|
|
(also check if it works at the cluster (might need libreadline-dev))
|