Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Nov 2005 08:47:54 -0800
From:      "Brandon Hinesley" <brandonh@hotandcold.biz>
To:        "'Giorgos Keramidas'" <keramida@ceid.upatras.gr>, "'Nathan Vidican'" <nvidican@wmptl.com>, "'Alex Zbyslaw'" <xfb52@dial.pipex.com>, <RacerX@makeworld.com>
Cc:        freebsd-questions@freebsd.org
Subject:   RE: Cron Job will not run.
Message-ID:  <000001c5e15f$83e65420$6800a8c0@BrandonH>
In-Reply-To: <20051104012922.GA1025@flame.pc>

next in thread | previous in thread | raw e-mail | index | archive | help
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.





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000001c5e15f$83e65420$6800a8c0>