Re: [SLUG] Scripting question

From: Andrew Wyatt (awyatt@fewt.com)
Date: Thu Sep 05 2002 - 19:19:35 EDT


> 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