This is my attempt at creating a UNIX like shell in C language.
Go to the directory where you have downloaded this zip. In your terminal type ./shell and thats it
- myprint( implementation of printf): To be used in the file(eg main.c) can be used instead of printf
- cd (change directory) : eg. cd /e/folder
- help
- ls
- pwd (print working directory)
- alias eg alias h help
- show_aliases
- unalias: eg unalias h
- history
- echo : eg echo hi
- exit