with the shell Introduction to Bash scripting Exploring Bash script syntax Real world issues When not to use Bash Exploring all the different commands In-depth coverage of bash features Agenda
used The brackets can be of many kinds. Depending on them you can do arithmetic expressions, regex, etc... A short tutorial: Bash scripting if statements
(depends on IFS) separated values The var is a shell variable which acts as an iterator over the list The condition works the same way it works with Decision structures