OILS / _devbuild / help / osh-builtin-cmd View on Github | oilshell.org

17 lines, 16 significant
1Builtin 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 X ulimit times
11 [Child Process] jobs wait ampersand &
12 fg X bg X kill X disown
13 [External] test [ getopts
14 [Introspection] help hash type X caller
15 [Word Lookup] command builtin
16 [Interactive] alias unalias history X fc X bind
17X [Unsupported] enable