NEXT UP previous
 

Next: Command Files

Shell Scripts

You have seen that bash has a very powerful set of interactive facilities available from the keyboard in the form of I/O redirection, pipes, job control, history lists, command line editing, and so on. In this tutorial you will see that this is only half of the story. The shell goes on to provide a full programming language interpreter and a mechanism for reading and executing your own shell programs. These shell programs are called Shell Scripts.


NEXT UP previous
Next: Command Files