Unix like 系统上的常用工具及 Shell 内建命令 - WinDaLex/windalex.github.io GitHub Wiki

Unix-like 系统上有许多常用工具及 Shell 内建命令,这些命令在平时使用 CLI 和编写 Shell 脚本时都会经常遇到。

具体的工具或命令及分类如下:

  • 文件操作: cattacrevcksumcmpcpdddudf、file、fsck、fuser、ln、ls、mkdir、mount、mv、pax、pwd、rm、rmdir、size、split、tee、touch、type
  • 进程管理: at、bg、chroot、cron、fg、kill、killall、nice、pgrep、pidof、pkill、ps、pstree、time、top
  • 用户环境: clearenv、exit、finger、history、id、logname、mesg、passwd、su、sudo、uptime、talk、tput、uname、w、wall、who、whoami、write
  • 权限管理: chmod、chown、chgrp、chattr、lsattr、umask
  • 文本编辑: awk、banner、basename、comm、csplit、cut、dirname、ed、ex、fmt、fold、head、iconv、join、less、more、paste、sed、sort、spell、strings、tail、tr、uniq、wc、xargs
  • 内置命令: cd、alias、echo、expr、printfsleep、test、true、false、unset、wait、yes
  • 网络工具: dig、host、ifconfig、inetd、netcat、netstat、nslookup、ping、rdate、rlogin、route、ssh、traceroute
  • 查找工具: findgreplocate、whatis、whereis
  • 查阅文档: apropos、help、man
  • 杂项工具: bc、dc、cal、date、lp、lpr、scriptscriptreplay

References

Wikipedia: Shell script
Wikipedia: List of Unix utilities

⚠️ **GitHub.com Fallback** ⚠️