A software designed to mimic the functionality of the Linux terminal. It is capable of handling commands with multiple arguments, such as "ls," "ps -a," "wc < File," and "ls > File." It can also process commands with pipe arguments, like "ls | wc." To use the program, you can open it in a Bash or Linux terminal and run the "Make" command. Then, you can start using the program by entering "./mysh".
- Multiple arugments (EX| ls, ps -a, wc < File, ls > File )
- Pipe Arguements (EX| ls | wc )
To Run
- Bash or Linux Terminal
- Run Make
- ./mysh