Your Unix shell (The program that takes your commands) is a powerful tool. One of its greatest strengths is its ability to use scripts. Anything you can do by typing in commands one by one can be done in a script. You can use them to automate tasks that you need to preform often, or you can use them to create programs that work for you.