New Folder
mkdir folder name
New file
Touch file name
Renaming
MV filename new file name
Move the/a directory to/b and rename to C
mv/a/b/c
Delete a folder
RM-RF folder name
Deleting Files
Rm-f file name
Querying files (folders)
Find/-name ' filename '
Asterisks represent fuzzy search
Find/-name ' * filename * '
VI Querying file contents
/query Content
VI Display line number
: Set Nu
Enter: N, the delegate jumps to the nth row, such as: 68, jumps to line 68th.
68
Remove M to n rows
: m,nd
VI Multi-line Delete detailed: http://blog.csdn.net/my2010sam/article/details/9287473
Extract
Unzip the TAR package
TAR-XVF compressed package name. Tar
Decompression tar.gz
TAR-XZVF compressed package name. tar.gz
Unzip zip
Unzip File.zip
Decompression Explanation: http://www.cnblogs.com/qq78292959/archive/2011/07/06/2099427.html
Linux Handy (file operation)