Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Apr 1998 04:45:08 -0500 (CDT)
From:      "Matthew D. Fuller" <fullermd@futuresouth.com>
To:        Doug White <dwhite@resnet.uoregon.edu>
Cc:        "Anthony E. Coley" <anthony@sohopros.com>, "questions@FreeBSD.ORG" <freebsd-questions@FreeBSD.ORG>
Subject:   Re: saving screen output?
Message-ID:  <Pine.BSF.3.96.980408044333.1606A-100000@shell.futuresouth.com>
In-Reply-To: <Pine.BSF.3.96.980407235535.27673H-100000@gdi.uoregon.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 7 Apr 1998, Doug White wrote:

> On Tue, 7 Apr 1998, Anthony E. Coley wrote:
> 
> > Can someone point me in the right direction to find out how to
> > capture screen output,
> > (error messages and such).  I would like to be able to capture them
> > so I can get help
> > on some error messages that I periodically get.
> 
> It's easy if you're using X Windows, but if you're using the console you
> will want to set up moused to do X style copy-n-paste.
You can do it with output redirection, such as (in tcsh):
<command> > & log.file
But the easier way to do it is using script.
You run script, and it starts up a shell, you do what you have to do, then
exit the shell, and everything that you do and you see while in that shell
get copied into the file typescript.
Wow, that sounds complicated...   Just try it, and it'll make sense.

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
|       FreeBSD; the way computers were meant to be       |
* "The only reason I'm burning my candle at both ends, is *
| that I haven't figured out how to light the middle yet."|
*    fullermd@futuresouth.com      :-}  MAtthew Fuller    *
|      http://keystone.westminster.edu/~fullermd          |
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*




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.BSF.3.96.980408044333.1606A-100000>