Cheatography
https://cheatography.com
This is a basic cheat sheet for Shell scripting Languages
Navigation
cd: Change directory |
cd <directory> |
Change to a specific directory |
cd .. |
Move up one directory |
cd \ |
Move to the root directory |
dir or ls |
List contents of the current directory. |
pwd |
Print the current working directory |
mkdir NewFolder |
Create a new directory |
rmdir <Directory> |
Remove directory |
File Operations
copy <source> <destination> |
Copy a file to a new location |
move <source> <destination> |
Move a file to a new location |
del <filename> |
Delete a specific file |
ren <old_name> <new_name> |
Rename a file |
touch <filename> |
Create a new file |
System Information
systeminfo |
Display detailed configuration information about a computer |
hostname |
Display the hostname of the computer |
ipconfig |
Display TCP/IP network settings |
|
|
Miscellaneous
cls |
Clear the command prompt window |
echo |
Display text on the command line |
exit |
Close the command prompt window |
help |
Display help information for commands |
|
Created By
Metadata
Comments
No comments yet. Add yours below!
Add a Comment
Related Cheat Sheets
More Cheat Sheets by leenmajz