- Displays a prompt and waits for the user to type a command --> $
- The prompt is displayed again each time a command has been executed.
- Handles basic commands eg, pwd, ls, cd, exit...
- Displays err messages in case of err
-
First compile:
-
Run: ./hsh
----> It's ready for your input; start typing. Don't get too excited albeit. Some advanced shell commands might not work. Experiment and make them work...
-
Had enough fun? Exit:
---> This a very VERY simple version of shell. Improve it and make it better Happy coding :) !!!