shell的分類
- 文件查看 cat/more/less/tail/tee/>/<
- 文本處理 grep/awk/sed/wc/sort/uniq
- 文件目錄 pwd/cd/ls/file/mkdir/cp/mv/rm/ln/locate/find/xargs/touch/stat
- 系統(tǒng)管理 ps/kill/mount/unmount/df/du/
- 數(shù)值計算 bc/expr/$[]/
- 日期時間 date/
- 網(wǎng)絡(luò)有關(guān)
- 游戲娛樂
- 學(xué)習(xí)共享
- 其他 tar/sleep/export/exit/source/dirname/basename/1/*/$#
- 用戶與組 useradd/userdel/groupadd/groupmod/chmod/
- 流程控制 if/test/while-lopp/for-loop/case/for-in/