Previous Section  < Day Day Up >  Next Section

13.20. Shell Built-In Commands

The 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.

    Previous Section  < Day Day Up >  Next Section