Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Sep 1997 07:37:46 -0400 (EDT)
From:      Greg Pavelcak <gpavelcak@philos.umass.edu>
To:        questions@FreeBSD.ORG
Subject:   Redirecting "make world" Output
Message-ID:  <Pine.OSF.3.96.970910073134.26194A-100000@emily.oit.umass.edu>

next in thread | raw e-mail | index | archive | help
Hi,

I believe the upgrade tutorial says you can save the info output of
make world by redirecting like this (using sh as shell):

	make world 2>&1 | tee /var/tmp/mw.out

I saw this 2>&1 construction in the sh man pages but I don't
understand it. Anyway, the immediate problem is that I get an error
when I write this. I think it said "ambiguous redirection"
unfortunately I don't have it with me now.

I would like to save the information produced by make world even
though it doesn't mean much to me right now. 

I ssume I'm making some error with syntax here. Can you help me? 

Thanks.

Greg




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.OSF.3.96.970910073134.26194A-100000>