chiark / gitweb /
Disable all exported shell functions
[bash.git] / debian / bash-builtins.7
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 7 "2001 October 29" "GNU Bash-2.05a"
4 .SH NAME
5 bash-builtins \- bash built-in commands, see \fBbash\fR(1)
6 .SH SYNOPSIS
7 bash defines the following built-in commands: 
8 :, ., [, alias, bg, bind, break, builtin, case, cd, command, compgen, complete, 
9 continue, declare, dirs, disown, echo, enable, eval, exec, exit,
10 export, fc, fg, getopts, hash, help, history, if, jobs, kill,
11 let, local, logout, popd, printf, pushd, pwd, read, readonly, return, set,
12 shift, shopt, source, suspend, test, times, trap, type, typeset,
13 ulimit, umask, unalias, unset, until, wait, while.
14 .SH BASH BUILTIN COMMANDS
15 .nr zZ 1
16 .so man1/bash.1
17 .SH SEE ALSO
18 bash(1), sh(1)