I have created a shell, which i named 'LUCE' that perform all the basic commands. I have used pure C++ language to complete the project.
-> Added colors to the terminal.
-> New commands are added {no. (14, 15)}.
run luce.exe file
$ type echo
$ echo Hello World!
$ exit
$ ls
$ cd ..
$ cd path
$ cd /
$ cls
$ clear
$ mkdir directoryName
$ md directoryName
$ rmdir directoryName
$ rd directoryName
$ touch filename.cpp
$ rm filename.txt
$ del filename.js
$ find joyboy.cpp
$ rename oldName^newName
$ get-date
$ code .
$ code path
$ start .
$ start path