Bash Shell Scripting
Some Bash Tutorials
Although I am a big fan of Python as an all purpose tool, including scripting, sometimes it is just easer to write a shell script.
Here are a couple of tutorals that cover the basics of shell scripting:
UNIX/Linux Bourne/Bash Shell Scripting Tutorial
Linux Shell Scripting Tutorial v1.05r3: A Beginner's handbook
also found here
Here is a general resource for shell scripts:
Last, but not least, Apple recently posted a shell scripting primer which is definitely worth a read.