3.1. Features of the shell

There are several useful features of the shell:

In addition to the features listed above, GNU Bash (the Bourne-Again Shell) has other features[25] that you can learn more about from the resources listed in Section A.3.1, “General information on the Bash shell” and the sections that follow it.



[22] It's possible, though, that you typed the command so many commands ago that it's not in your command history, in which case the shell would respond with

some_string: Event not found.

[23] Emacs is discussed in Section 5.2, “GNU Emacs”.

[24] From the Emacs built-in tutorial.

[25] For example, if you're using Bash, try typing a single letter or a short string of letters (such as fi) and then pressing Tab twice.


Back to Guide main page