命令行
快捷键:13 Linux Terminal Shortcuts
Ctrl+C: killCtrl+D: quitCtrl+Z: run in backgroundCtrl+A: move cursor to the beginning of the lineCtrl+E: move cursor to the end of the lineCtrl+U: erase from current cursor to the beginning of the lineCtrl+K: erase from current cursor to the end of the lineCtrl+W: erase the word preceding to the cursorCtrl+Y: paste the text erased byCtrl+U,Ctrl+K,Ctrl+W
Linux终端工具
- Linux三剑客: awk,sed,grep
 - wc: 统计文件字数/行数
-c统计字节数。-l统计行数。-w统计字数。
 
常用系统命令
- 有关文件系统大小,可参考 Linux下查看文件和文件夹大小
- 查看磁盘空间: 
df -h - 查看文件/文件夹大小: 
du -h -d 1 /path/to/folder 
 - 查看磁盘空间: 
 
- 有关文件系统大小,可参考 Linux下查看文件和文件夹大小
 

