View Single Post
Posts: 1,224 | Thanked: 1,763 times | Joined on Jul 2007
#2
This is not a bourne shell construct. If you want to use bash, install the bash package.

Or try something like for i in `seq 1 7` ; do ...
 

The Following 2 Users Say Thank You to Matan For This Useful Post: