Scripting in Bash

I am in possession of K&R and will be learning C here. I also would like to understand Bash scripting. What literature would anyone recommend? Any other scripting languages your could also recommend like Ruby and/or Python? Preferably one that will work with my linux box.
 
Solution
Here is some starting points for bash. Would pay attention to code style guides if you are learning fresh since you might as well write "pretty" easy to understand code. Depending on what you will be doing with your code you may also look into learning PERL.
http://www.cyberciti.biz/open-source/learning-bash-scripting-for-beginners/
Here is some starting points for bash. Would pay attention to code style guides if you are learning fresh since you might as well write "pretty" easy to understand code. Depending on what you will be doing with your code you may also look into learning PERL.
http://www.cyberciti.biz/open-source/learning-bash-scripting-for-beginners/
 
Solution