Unix-style Command-Line Shell in C++ using object-oriented principles to make a robust command-line interpreter that supports 10+ standard commands.
Command structure: $ command -o [args] Currently supported commands:
- echo
- prompt
- batch
- time
- date
- touch
- rm
- head
- truncate
- wc (word count)