http://www.unix.com – Good day Geeks, Am having an issue with using variables in a rather simple script, the script is as follows: Code: #!/bin/bash ### Script written by Adigun Gbenga ### Date: April 28, 2012 array=( 1 2 3 4 5 29 7 8 9 10 11 35 36 37  (HowTos)