From owner-freebsd-questions Tue Feb 25 8:55:16 2003 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 5E56337B401 for ; Tue, 25 Feb 2003 08:55:15 -0800 (PST) Received: from hotmail.com (oe23.law12.hotmail.com [64.4.18.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 194CD43FB1 for ; Tue, 25 Feb 2003 08:55:14 -0800 (PST) (envelope-from b1henning@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 25 Feb 2003 08:55:13 -0800 X-Originating-IP: [192.216.212.193] From: "Brian Henning" To: "freebsd" Subject: tcsh redirect Date: Tue, 25 Feb 2003 10:53:25 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: X-OriginalArrivalTime: 25 Feb 2003 16:55:13.0188 (UTC) FILETIME=[A9FA5E40:01C2DCEE] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hello- can anyone tell me how to redirect just the stderr in tcsh? command > /dev/null #suppress stdout command >& /dev/null #suppress stderr and stdout what can i run to suppress just the stderr? thanks, brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message