From owner-freebsd-questions Mon May 26 15:06:20 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA13951 for questions-outgoing; Mon, 26 May 1997 15:06:20 -0700 (PDT) Received: from tok.qiv.com ([204.214.141.211]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA13946 for ; Mon, 26 May 1997 15:06:16 -0700 (PDT) Received: (from uucp@localhost) by tok.qiv.com (8.8.5/8.8.5) with UUCP id RAA03432; Mon, 26 May 1997 17:05:59 -0500 (CDT) Received: from localhost (jdn@localhost) by acp.qiv.com (8.8.5/8.8.5) with SMTP id QAA05962; Mon, 26 May 1997 16:59:29 -0500 (CDT) X-Authentication-Warning: acp.qiv.com: jdn owned process doing -bs Date: Mon, 26 May 1997 16:59:29 -0500 (CDT) From: "Jay D. Nelson" To: Angelo Turetta cc: "'freebsd-questions@freebsd.org'" Subject: Re: What command line to redirect 'make world' warnings ? In-Reply-To: <31EBCC36B676D01197E400801E032495021F4A@STYLOSERVER> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk In bash, try: make world > /proxy/world3 2>&1 I suspect ksh is the same -- I've never tried it the other way. -- Jay On Mon, 26 May 1997, Angelo Turetta wrote: ->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) ->