美文网首页
4 Shell内置命令(Shell Builtin Comman

4 Shell内置命令(Shell Builtin Comman

作者: Doerthous | 来源:发表于2017-10-18 01:43 被阅读0次

待完善

Bourne Shell内置命令


  • :
  • .
  • break
  • cd
  • continue
  • eval
  • exec
  • exit
  • export
  • getopts
  • hash
  • pwd
  • readonly
  • return
  • shift
  • test
  • [
  • times
  • trap
  • umask
  • unset

Bash内置命令


  • alias
  • bind
  • builtin
  • caller
  • command
  • declare
  • echo
  • enable
  • help
  • let
  • local
  • logout
  • mapfile
  • printf
  • read
  • readarray
  • source
  • type
  • typeset
  • ulimit
  • unalias

改变Shell行为的内置命令


  • set
  • shopt

POXIS规定的特殊内置命令


break : . continue eval exec exit export readonly return set
shift trap unset

相关文章

网友评论

      本文标题:4 Shell内置命令(Shell Builtin Comman

      本文链接:https://www.haomeiwen.com/subject/yexsuxtx.html