Use of the command-line interpreter and the simple scripting languages are
a requirement for efficient use of the Unix/Linux environment. This lab will
see that everyone is able to manage their .cshrc startup file and to write
simple BASH scripts.
The accompanying handout describes the assignment. If you do not already
have a .cshrc file in your home directory (invisible unless you list it with ls -a),
you may copy the following one.
CSHRC
You can find some general tutorial information on scripting languages at
http://aldenv29.allegheny.edu/~thall/cs220s2007/Lab1/ShellScripting/index.html
Some other useful information can be found at the Rosetta Code WIKI
http://www.rosettacode.org/wiki/Main_Page
http://www.faqs.org/faqs/unix-faq/shell/csh-whynot/