This page serves as a resource
for scripting information.
If you find other links that you think would benefit your
fellow students, please contact me.
Introduction to the command interpreters (shells) and
scripting:
Bash:
- HOW-TO
(getting started with bash scripting)
- Introduction
(Wikipedia)
- Bash
guide (guide
for beginners)
- Bash scripting tutorial for beginners
- Tutorial (HTML and PDFs)
- Another tutorial
(hypexr.org)
- Intro to shell scripting with Bash (PDF)
Csh:
- Wikipedia: csh
and tcsh
- Linux
Shell Scripting (you won't need this for our class, but it
is put here for your possible later use)
- Some argue csh should not be used
for scripting, particularly for more complex tasks.
- One page says "If you have the time and are presently using csh or
tcsh it is worth considering a switch to a Bourne shell variant."
Zsh:
Other shells: