Date: Sun, 20 Feb 2000 00:49:32 -0700 (MST) From: Ivan Fetch <ivanfetch@technologist.com> To: "david e. banning" <tracker@worldy.com> Cc: questions@FreeBSD.ORG Subject: Re: how to capture errors to a file Message-ID: <Pine.LNX.4.20.0002200048280.335-100000@ibis.ivanfetch.tzo.com> In-Reply-To: <200002200146.BAA19062@mweb.worldy.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hello, Try script (1). See man script for more info - Basically it records your terminal session to a file (typescript by default) until you type exit. Ivan. On Sun, 20 Feb 2000, david e. banning wrote: > I am having errors compiling - I want to send error messages to > a file - I tried; > "make 2>&1 > errorfile" - nope > then I tried; > "make > errorfile" - get some of the errors - the rest go to the screen > > You probably gathered I am getting errors compiling with a make... > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.20.0002200048280.335-100000>