Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 May 1997 16:59:29 -0500 (CDT)
From:      "Jay D. Nelson" <jdn@qiv.com>
To:        Angelo Turetta <ATuretta@stylo.it>
Cc:        "'freebsd-questions@freebsd.org'" <freebsd-questions@FreeBSD.ORG>
Subject:   Re: What command line to redirect 'make world' warnings ?
Message-ID:  <Pine.NEB.3.95.970526165704.5929B-100000@acp.qiv.com>
In-Reply-To: <31EBCC36B676D01197E400801E032495021F4A@STYLOSERVER>

next in thread | previous in thread | raw e-mail | index | archive | help
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)
->




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.NEB.3.95.970526165704.5929B-100000>