From owner-freebsd-questions@FreeBSD.ORG Fri Nov 4 16:47:00 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5E1716A41F for ; Fri, 4 Nov 2005 16:47:00 +0000 (GMT) (envelope-from brandonh@hotandcold.biz) Received: from mail.themarcomgroup.com (207-114-172-156.gen.twtelecom.net [207.114.172.156]) by mx1.FreeBSD.org (Postfix) with SMTP id 387EB43D49 for ; Fri, 4 Nov 2005 16:47:00 +0000 (GMT) (envelope-from brandonh@hotandcold.biz) Received: (qmail 26871 invoked from network); 4 Nov 2005 16:46:58 -0000 Received: from adsl-71-132-117-69.dsl.bkfd14.pacbell.net (HELO BrandonH) (71.132.117.69) by mail.themarcomgroup.com with SMTP; 4 Nov 2005 16:46:58 -0000 From: "Brandon Hinesley" To: "'Giorgos Keramidas'" , "'Nathan Vidican'" , "'Alex Zbyslaw'" , Date: Fri, 4 Nov 2005 08:47:54 -0800 Organization: Advanced Mechanical Systems, Inc. Message-ID: <000001c5e15f$83e65420$6800a8c0@BrandonH> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <20051104012922.GA1025@flame.pc> Thread-Index: AcXg3zpHyDdL7qgASUC8UmT82WFYNQAf5Vkg X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Cc: freebsd-questions@freebsd.org Subject: RE: Cron Job will not run. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Nov 2005 16:47:00 -0000 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.