From owner-freebsd-questions Mon May 26 12:39:28 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA06923 for questions-outgoing; Mon, 26 May 1997 12:39:28 -0700 (PDT) Received: from unix.stylo.it (unix.stylo.it [193.76.98.2]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA06918 for ; Mon, 26 May 1997 12:39:24 -0700 (PDT) Received: from styloserver.stylo.it (mail.stylo.it [193.76.98.13]) by unix.stylo.it (8.7.5/8.6.9) with ESMTP id VAA17818 for ; Mon, 26 May 1997 21:36:47 +0200 (MET DST) Received: by STYLOSERVER with Internet Mail Service (5.0.1457.3) id ; Mon, 26 May 1997 21:36:07 +0200 Message-ID: <31EBCC36B676D01197E400801E032495021F4A@STYLOSERVER> From: Angelo Turetta To: "'freebsd-questions@freebsd.org'" Subject: What command line to redirect 'make world' warnings ? Date: Mon, 26 May 1997 21:36:00 +0200 X-Priority: 3 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1457.3) Content-Type: text/plain Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I've run: make world 2>&1 > /proxy/world3 and I would expect both stdout and stderr to go to file /proxy/world3. Instead, warnings & errors continue to be directed to my tty. What should be the right command line ? (I'm using bash) Thanks Angelo (I'm not a subscriber to this list)