-
-
Notifications
You must be signed in to change notification settings - Fork 1
Command List
Leithen edited this page Oct 23, 2022
·
4 revisions
Command | Command Abbrv. | Description |
---|---|---|
help | h | print a list of all commands |
info | i | print information about the shell including the version number and creation date |
clear | c | clear the terminal screen of input |
exit | e | quit the shell |
dir | print the current working directory path | |
ls | list all of the files and folders in the current directory | |
tree | tr | print a tree of all files, folders, sub-files and sub-folders in the current directory |
cd | change directories | |
read | r | read the contents of a file |
write | w | write content to a file |
move | mv | move a file from one location to another |
vim | v | open a file in the vim text editor |
copy | cp | copy a file from one location to another |
mk | create a file | |
mkdir | create a directory | |
rmf | remove a file | |
rmdir | remove an empty directory | |
fetch | f | perform an HTTP GET request |
If you have any questions about the project you can reach out to @Thenlie via email or GitHub with the information below.
Email: [email protected]
GitHub: Thenlie