1 | Builtin Commands
|
2 |
|
3 | [I/O] read echo printf
|
4 | readarray mapfile
|
5 | [Run Code] source . eval trap
|
6 | [Set Options] set shopt
|
7 | [Working Dir] cd pwd pushd popd dirs
|
8 | [Completion] complete compgen compopt compadjust compexport
|
9 | [Shell Process] exec X logout
|
10 | umask ulimit times
|
11 | [Child Process] jobs wait
|
12 | fg X bg X kill X disown
|
13 | [External] test [ getopts
|
14 | [Conditional] cmd/true cmd/false colon :
|
15 | [Introspection] help hash cmd/type X caller
|
16 | [Word Lookup] command builtin
|
17 | [Interactive] alias unalias history X fc X bind
|
18 | X [Unsupported] enable
|