Command line interface program implementing
- clear: clear the console
- cd: change your directory
- ls: list files and directories in your current directory
- cp: copy content of file to another file
- mv: move file or rename it
- rm: remove directory
- mkdir: make new directory
- rmdir: remove directory
- cat: display all content of a file
- more: display content of file, 10 lines per each click
- pwd: prints your current directory
- args: print the arguments that specific command take
- date: print date
- ? : display what this command do
- ">>" (without quotes) print the output of command to specific file(append)
- ">" (without quotes) print the output of command to specific file(overwrite)
- | : make more than one command