Re: dump screen to file

1998-03-01 Thread shaul
How can I dumb the console screen to a file via a bash shell command (or program)? Perhaps by using script(1) ? -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .

dump screen to file

1998-02-27 Thread Paul Miller
How can I dumb the console screen to a file via a bash shell command (or program)? Thanks --- Paul Miller [EMAIL PROTECTED], finger for public PGP key -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .

Re: dump screen to file

1998-02-27 Thread Norbert Veber
On Thu, Feb 26, 1998 at 06:08:21PM -0600, FizzyPop wrote: I keep getting {DriveReady SeekComplete DataRequest Error }'s and I figure it's all bad blocks. I ran fsck /dev/hda2 but it only seems to do a cursory examination (not taking nearly as long as the scan when I installed Linux)

Re: dump screen to file

1998-02-27 Thread Norbert Veber
hm, sorry, this was meant as a reply to the badblocks question :) On Thu, Feb 26, 1998 at 08:37:55PM -0500, Norbert Veber wrote: On Thu, Feb 26, 1998 at 06:08:21PM -0600, FizzyPop wrote: I keep getting {DriveReady SeekComplete DataRequest Error }'s and I figure it's all

Re: dump screen to file

1998-02-27 Thread Jean-Michel Rouet
On Thu, 26 Feb 1998, Paul Miller wrote: How can I dumb the console screen to a file via a bash shell command (or program)? man xwd man import (in ImageMagick package) -- Jean-Michel Rouet (thesard Dpt ITI) | Tel : +33 298 001 730 ENST de Bretagne| email : [EMAIL

Re: dump screen to file

1998-02-27 Thread Paul Miller
That is X, I need something for a virtual consoles... and it probably should work in xterm also. --- Paul Miller [EMAIL PROTECTED], finger for public PGP key On Fri, 27 Feb 1998, Jean-Michel Rouet wrote: On Thu, 26 Feb 1998, Paul Miller wrote: How can I dumb the console screen to a file

Re: dump screen to file

1998-02-27 Thread Steve Mayer
Paul, Try cat /dev/vcsX or /dev/vcsaX filename (X being the number of the VC that you want to dump). I believe the difference between the two has to do with the VCSA handling ASCII differently (don't really know). Steve Mayer [EMAIL PROTECTED] Paul Miller wrote: That is X, I need