ビルトインコマンドまたは組み込みコマンドには以下の表のようなコマンドがあります。Bourne ShellやBash特有のコマンドかどうかはGNU Bashを参考にしています。
Bourne Shell
. | eval | pwd | test |
: | exec | readonly | times |
[ | exit | return | trap |
break | export | set | umask |
cd | getopts | shift | unset |
continue | hash | shopt |
Bash
alias | echo | mapfile | typeset |
bind | enable | printf | ulimit |
builtin | help | read | unalias |
caller | let | readarray | |
command | local | source | |
declare | logout | type |