This project is replica of linux terminal, which done in python it is in v 0.1 Consist of commands like,
| Sr. No. | Command | Examples | Description |
|---|---|---|---|
| 1 | rmdir | rmdir path_of_dir | Remove empty of filled directory |
| 2 | mkdir | mkdir path_of_dir | Make directory at specified valid location |
| 3 | ls | ls | List current directory content |
| ls -a | Show hidden files | ||
| 4 | touch | touch path/file_name | Create new file at specified pat with new name |
| 5 | rm | rm file_path | Remove already present file |
| 6 | cp | cp source_path destination_directory | Copy file or directory |
| 7 | mv | mv source_path destination_directory | Move file or directory |
| 8 | ren | ren source_path destination_path | Rename specified file or directory |
| 9 | pwd | pwd | Get current path |
| 10 | date | date | Get current date and time |
| date -d | Get date | ||
| date -t | Get time | ||
| 11 | nano | nano fileName | Text Editor |
| 12 | cat | cat fileName | Display content of a file |
| 13 | python | python | Python interpretor |
| 14 | clear | clear | Clear Screen |
| 15 | cmatrix | cmatrix | Falling matrix animation |
| 16 | cd | cd directory_name | Change directory |