Tim wrote:

...

> while [ -f "$file" ]; do
>         counter=$(($counter+1))

counter=`expr $counter + 1`

>         echo testq

maybe $testq ?? or did you wanted to print "testq"

there should be a db for sh scripts huh? =)

- Rick -

Reply via email to