Re: More BASH questions

1998-02-17 Thread Torsten Hilbrich
Fulgham, Brent/SCO [EMAIL PROTECTED] writes: Can anyone tell me if there is a way to generate screen dumps of bash sessions? For example, let's say I have a test-mode application that asks for some input and then outputs something in response. Is there a way to have this whole exchange

More BASH questions

1998-02-16 Thread Fulgham, Brent/SCO
Can anyone tell me if there is a way to generate screen dumps of bash sessions? For example, let's say I have a test-mode application that asks for some input and then outputs something in response. Is there a way to have this whole exchange dumped to the printer, so that both the program output

Re: More BASH questions

1998-02-16 Thread Steve Mayer
Brent, Try the following cat /dev/vcsaX | lpr Where X is the number of the Virtual Console that contains the output that you want to print. You can do the same to a file: cat /dev/vcsaX screen.dump Hope this helps, Steve Mayer [EMAIL PROTECTED] Fulgham, Brent/SCO wrote: Can

Re: More BASH questions

1998-02-16 Thread Joost Kooij
On Mon, 16 Feb 1998, Fulgham, Brent/SCO wrote: Can anyone tell me if there is a way to generate screen dumps of bash sessions? For example, let's say I have a test-mode application that asks for some input and then outputs something in response. Is there a way to have this whole exchange

Re: More BASH questions

1998-02-16 Thread Adam Klein
On Mon, Feb 16, 1998 at 10:38:15AM -0700, Fulgham, Brent/SCO wrote: Can anyone tell me if there is a way to generate screen dumps of bash sessions? For example, let's say I have a test-mode application that asks for some input and then outputs something in response. Is there a way to have

Re: More BASH questions

1998-02-16 Thread Ben Pfaff
On Mon, Feb 16, 1998 at 10:38:15AM -0700, Fulgham, Brent/SCO wrote: Can anyone tell me if there is a way to generate screen dumps of bash sessions? For example, let's say I have a test-mode application that asks for some input and then outputs something in response. Is

Re: More BASH questions

1998-02-16 Thread Wojtek Zabolotny
I usually use gmp package for selecting with mouse an interesting area of the screen and pasting it into my favorite editor (joe) on another virtual console. Wojtek Zabolotny [EMAIL PROTECTED] On Mon, 16 Feb 1998, Fulgham, Brent/SCO