From owner-freebsd-questions Sat Apr 28 2: 3: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: from d9168.upc-d.chello.nl (d9168.upc-d.chello.nl [213.46.9.168]) by hub.freebsd.org (Postfix) with ESMTP id DC12037B422 for ; Sat, 28 Apr 2001 02:03:06 -0700 (PDT) (envelope-from edwin@d9168.upc-d.chello.nl) Received: by d9168.upc-d.chello.nl (Postfix, from userid 1001) id 8761534A; Sat, 28 Apr 2001 11:03:05 +0200 (CEST) Date: Sat, 28 Apr 2001 11:03:05 +0200 From: Edwin Groothuis To: Odhiambo Washington Cc: FBSD-Q Subject: Re: Moving mail Message-ID: <20010428110305.B75199@cgmd76206.chello.nl> Mail-Followup-To: Edwin Groothuis , Odhiambo Washington , FBSD-Q References: <20010428114955.A89268@everest.wananchi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010428114955.A89268@everest.wananchi.com>; from wash@wananchi.com on Sat, Apr 28, 2001 at 11:49:55AM +0300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Apr 28, 2001 at 11:49:55AM +0300, Odhiambo Washington wrote: > cd /var/spool/mail > for i in 'ls -1' ; do Try backticks for i in `ls -1` ; do -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: ------------------+ http://FatalDimensions.nl.eu.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message