< Day Day Up > |
13.20. Shell Built-In CommandsThe shell has a number of commands that are built-in to its source code. Because the commands are built-in, the shell doesn't have to locate them on disk, making execution much faster. The help feature provided with bash gives you online help for any built-in command. The built-in commands are listed in Table 13.28. |
< Day Day Up > |