Cheatography
https://cheatography.com
coucoucoucoucoucoucoucoucoucoucoucoucoucoucoucoucoucoucoucoucoucoucoucou
Directory operations
mkdir <dirName> |
Make directory dir |
rm <file> |
Remove something |
mv <file1> <file2> |
Move something somewhere |
cp <file1> <file2> |
Copy paste something somewhere |
|
|
File operations
head <file> |
Show the first 10 lines of a file |
tail <file> |
Show the last 10 lines of a file |
more <file> |
Show all the lines of a file |
less <file> |
Show only one screen of lines of a file |
touch <file> |
Create file and edit it |
cat <file> |
Concatenate files |
|
Created By
Metadata
Comments
No comments yet. Add yours below!
Add a Comment