From owner-freebsd-questions Tue Feb 13 21: 5:36 2001 Delivered-To: freebsd-questions@freebsd.org Received: from bazooka.unixfreak.org (bazooka.unixfreak.org [63.198.170.138]) by hub.freebsd.org (Postfix) with ESMTP id 389E837B491 for ; Tue, 13 Feb 2001 21:05:33 -0800 (PST) Received: from hornet.unixfreak.org (hornet [63.198.170.140]) by bazooka.unixfreak.org (Postfix) with ESMTP id 04CE83E0C; Tue, 13 Feb 2001 21:05:32 -0800 (PST) To: Peter Brezny Cc: freebsd-questions@freebsd.org Subject: Re: redirecting output In-Reply-To: Message from Peter Brezny of "Tue, 13 Feb 2001 15:31:21 EST." Date: Tue, 13 Feb 2001 21:05:32 -0800 From: Dima Dorfman Message-Id: <20010214050533.04CE83E0C@bazooka.unixfreak.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > I'm trying to redirect output from a process when i use this > > virtual2# nice ( /usr/bin/tar cvflj - /usr/local/scripts > > /bkup/archive/`date +%y%m%d`-test.bz > 2 ) 2 > & 1 > /bkup/archive/test.log > > It tells me i've got an ambiguous output redirect... Are you using csh? Try: whatever | your | command | is > & test.log Dima Dorfman dima@unixfreak.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message