> That is bash specific. Won't work on other platforms with a more
> traditional bourne shell implementation.
count=1
while [ $count -le 5 ]
do
echo replace with a command!
count=`expr $count + 1`
done
This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 18:59:32 EDT