Platform: Linux
Software Requirement
- G++ compiler
- To install G++ :
sudo apt-get install g++
- To install G++ :
1. make
./main
- Default mode is normal mode and press ":" to switch to command mode.
- Press ESC key to go back to normal mode from command mode.
- Press q key from normal mode to exit project.
- In command mode backspace key is used to erase text and ESC to go to normal mode.
- For files/directories which contain space in name, backslash(/) is used as delimeter.
- For example :- If file name is "abc def" (without double quote) then user should enter "abc\ def" (without double quote).