You're right... it's for /usr/local/bin/bash.  Obviously I had a lot more
problems than I was aware of.  Its working now; thanks, I appreciate
everyone's help.

> for (( i = $numbkups ; i >= 2 ; i-- ))
> do
>     let from=i-1
>     mv -fv $dbkups/$from $dbkups/$i
> done
>
Hmmm, what shell is this supposed to run in?
It doesn't look like /bin/sh syntax to me.


_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to