From owner-freebsd-questions Sat Dec 23 20:58: 6 2000 From owner-freebsd-questions@FreeBSD.ORG Sat Dec 23 20:58:03 2000 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from pluto.senet.com.au (pluto.senet.com.au [203.56.239.150]) by hub.freebsd.org (Postfix) with ESMTP id 5028737B400 for ; Sat, 23 Dec 2000 20:58:02 -0800 (PST) Received: from bytes4u.nodomain.yet (c25-p57.senet.com.au [203.152.232.186]) by pluto.senet.com.au (8.11.0/8.11.0) with ESMTP id eBO4vxW61646 for ; Sun, 24 Dec 2000 15:27:59 +1030 (CST) (envelope-from linux@senet.com.au) Received: from localhost (linux@localhost) by bytes4u.nodomain.yet (8.11.1/8.11.1) with ESMTP id eBO4usj00983 for ; Sun, 24 Dec 2000 15:26:55 +1030 (CST) (envelope-from linux@bytes4u.nodomain.yet) Date: Sun, 24 Dec 2000 15:26:53 +1030 (CST) From: Benjamin Close To: freebsd-questions@FreeBSD.ORG Subject: Stderr in csh/tcsh Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hiall, Migrating from Redhat linux to freebsd has found me too lasy to change shells. Hence I'm happly using tcsh. In bash to obtain stderr from a command it's a simply: command 2> filename however, under tcsh I am lost on how to get stderr alone. I know: command >& filename will capture both stderr & stdout but how do I redirect stderr only (preferably without losing stdout ). Cheers, -- * Benjamin Close * Benjsc@senet.com.au To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message