screen-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Introduction


From: Andrew McGlashan
Subject: Re: Introduction
Date: Wed, 02 Mar 2011 02:13:07 +1100
User-agent: Thunderbird 2.0.0.24 (Windows/20100228)

Hi Joshua,

Joshua Moore wrote:
(who are reading)
   yes..... ;-)

2. How do I keep a log of my session?

There are a couple of ways to do this, a simple way is to start the screen session with the -L option.

Another is to use the "script" for this.


  script - make typescript of terminal session

Script is very handy and it's output can be replayed if used with the right options.


DATEX=$(date +%Y%m%d)

script -t 2>~/session-$DATEX.time -a ~/session-$DATEX.script

 - when done, do exit to end script.

Here is how to replay as 15x speed:

scriptreplay ~/session-$DATEX.time ~/session-$DATEX.script 15


When replaying the script, you probably want to use the same screen settings (rows / columns).


Cheers and Enjoy

--
Kind Regards
AndrewM

Andrew McGlashan
Broadband Solutions now including VoIP

Current Land Line No: 03 9912 0504
Mobile: 04 2574 1827 Fax: 03 9012 2178

National No: 1300 85 3804

Affinity Vision Australia Pty Ltd
http://www.affinityvision.com.au
http://adsl2choice.net.au

In Case of Emergency --  http://www.affinityvision.com.au/ice.html



reply via email to

[Prev in Thread] Current Thread [Next in Thread]