A Unix shell built in C.
cd
- change working directoryls
- contents of current directorygetpath
- print system pathsetpath
- set system pathhistory
- print history contents!!
- invoke the last command from history!<no>
- invoke command with number from history!-<no>
- invoke the command with the number of the current command minus<no>
alias
- print all set aliases (alias plus aliased command)alias <name> <command>
- alias name to be the commandunalias <command>
- remove any associated alias
- Jonathan Kerr
- Matthew King
- Hares Mahmood
- Jusin Leung
- James Boner