Bash
UNIX file systems are CASE SENSITIVE Folders are directories Copying and Moving Files General syntax - <command> <source> <target> Examples - cp hello.txt hello_world.txt Notes on cp & mv 'cp' is only top level files, does not get what is in folders only folders on top 'mv' is always recursive 'cp -r' - copies a directory including all its content Invasive Commands 'cp', 'mv', and 'rm' - no recovery possible |
vim - file editor
su changes $ -> # |
Wildcards & Examples
|
Cheatography
https://cheatography.com
Created By
Metadata
Comments
No comments yet. Add yours below!
Add a Comment