Commands built into bash

Some of the most common commands are built right into the bash program itself. These are ones we would not have found in the listing on the previous page. We can get a listing of them by a simple command:

ubuntu@ubuntu:~/Desktop/examples$ help

For any of those builtin commands, you can get more information by typing help and the name of the command, like:

ubuntu@ubuntu:~/Desktop/examples$ help let

This page is
made possible by:

This page rendered by CodeIgniter in 0.0123 seconds.