ShellSynergy
An implementation of shell commands in C++ using std::filesystem
Build
To run the project execute command:
[email protected]:~$ ./RUN.sh
Short shell guide
Commands list:
- pwd
- ls
- mv
- cp
- cat
- touch
- rm
- echo
- mkdir
- rmdir
- cd
- locale
- grep
- uname
- history
- info
To get information about command:
~ -> info `command`
Example of use:
Project description
Main classes:
-
Console
-
Commands
-
History
-
Lexer