This article is a cheat sheet for things you learn to do in Bash (The Bourne Again Shell).
== Resources ==
http://wiki.bash-hackers.org/scripting/style
== For Loops ==
==Resources==
* http://wiki.bash-hackers.org/scripting/style
* [http://www.gnu.org/software/bash/manual/bashref.html Bash Reference Manual]
* [http://penguinpetes.com/b2evo/index.php?title=how_the_one_liner_for_loop_in_bash_goes Penguin Pete]