1 | .\" This is a hack to force bash builtins into the whatis database |
---|
2 | .\" and to get the list of builtins to come up with the man command. |
---|
3 | .TH BASH_BUILTINS 1 "2004 Apr 20" "GNU Bash-3.0" |
---|
4 | .SH NAME |
---|
5 | bash, :, ., [, alias, bg, bind, break, builtin, cd, command, compgen, complete, |
---|
6 | continue, declare, dirs, disown, echo, enable, eval, exec, exit, |
---|
7 | export, fc, fg, getopts, hash, help, history, jobs, kill, |
---|
8 | let, local, logout, popd, printf, pushd, pwd, read, readonly, return, set, |
---|
9 | shift, shopt, source, suspend, test, times, trap, type, typeset, |
---|
10 | ulimit, umask, unalias, unset, wait \- bash built-in commands, see \fBbash\fR(1) |
---|
11 | .SH BASH BUILTIN COMMANDS |
---|
12 | .nr zZ 1 |
---|
13 | .so bash.1 |
---|
14 | .SH SEE ALSO |
---|
15 | bash(1), sh(1) |
---|