Re: Saving entire console sessions

2008-05-03 Thread Sanjeev Kumar.S
Thank you this serves my purpose very well.

Pranav Peshwe [EMAIL PROTECTED] wrote: On Thu, Apr 24, 2008 at 5:57 PM, 
Sanjeev Kumar.S 
wrote:

 Hi,
Is there any way to save entire console
sessions ?
Screen asks me to copy and paste what
I want. I don't want to do that I need to save
 entire sessions. like a start till I do a exit or
  quit the application. Is there a utility like
that ?


Did you try enabling logging for a screen window ? `screen -L` may be of
help.

Best regards,
Pranav

--
Blessed are the pessimists, for they take backups!!
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to [EMAIL PROTECTED]


   
-
Be a better friend, newshound, and know-it-all with Yahoo! Mobile.  Try it now.
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Saving entire console sessions

2008-05-03 Thread Sanjeev Kumar.S
Sorry, did not mean to. Thank you very much for the suggestion.
Suits my requirement very well.

Regards,
Sanjeev.

Rink Springer [EMAIL PROTECTED] wrote: Hi,

On Thu, Apr 24, 2008 at 05:27:36AM -0700, Sanjeev Kumar.S wrote:
 Is there any way to save entire console 
 sessions ?
 Screen asks me to copy and paste what 
 I want. I don't want to do that I need to save 
  entire sessions. like a start till I do a exit or
   quit the application. Is there a utility like 
 that ?

Please, don't hijack the thread next time :-) Either way, have a look at
script(1) - I think that is what you are looking for.

Regards,

-- 
Rink P.W. Springer- http://rink.nu
Anyway boys, this is America. Just because you get more votes doesn't
 mean you win. - Fox Mulder
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to [EMAIL PROTECTED]


   
-
Be a better friend, newshound, and know-it-all with Yahoo! Mobile.  Try it now.
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to [EMAIL PROTECTED]


Saving entire console sessions

2008-04-24 Thread Sanjeev Kumar.S
Hi, 
Is there any way to save entire console 
sessions ?
Screen asks me to copy and paste what 
I want. I don't want to do that I need to save 
 entire sessions. like a start till I do a exit or
  quit the application. Is there a utility like 
that ?

Regards,
Sanjeev.

   
-
Be a better friend, newshound, and know-it-all with Yahoo! Mobile.  Try it now.
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Saving entire console sessions

2008-04-24 Thread soralx

 Is there any way to save entire console 
 sessions ?
 Screen asks me to copy and paste what 
 I want. I don't want to do that I need to save 
  entire sessions. like a start till I do a exit or
   quit the application. Is there a utility like 
 that ?

man 1 script

 Regards,
 Sanjeev.

[SorAlx]  ridin' VS1400
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Saving entire console sessions

2008-04-24 Thread Erik Trulsson
[Trimmed Cc: list]

On Thu, Apr 24, 2008 at 05:27:36AM -0700, Sanjeev Kumar.S wrote:
 Hi, 
 Is there any way to save entire console 
 sessions ?
 Screen asks me to copy and paste what 
 I want. I don't want to do that I need to save 
  entire sessions. like a start till I do a exit or
   quit the application. Is there a utility like 
 that ?

You mean something like script(1) ?




-- 
Insert your favourite quote here.
Erik Trulsson
[EMAIL PROTECTED]
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Saving entire console sessions

2008-04-24 Thread Rink Springer
Hi,

On Thu, Apr 24, 2008 at 05:27:36AM -0700, Sanjeev Kumar.S wrote:
 Is there any way to save entire console 
 sessions ?
 Screen asks me to copy and paste what 
 I want. I don't want to do that I need to save 
  entire sessions. like a start till I do a exit or
   quit the application. Is there a utility like 
 that ?

Please, don't hijack the thread next time :-) Either way, have a look at
script(1) - I think that is what you are looking for.

Regards,

-- 
Rink P.W. Springer- http://rink.nu
Anyway boys, this is America. Just because you get more votes doesn't
 mean you win. - Fox Mulder
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Saving entire console sessions

2008-04-24 Thread Tobias Roth
On 04/24/08 14:27, Sanjeev Kumar.S wrote:
 Hi, 
 Is there any way to save entire console 
 sessions ?
 Screen asks me to copy and paste what 
 I want. I don't want to do that I need to save 
  entire sessions. like a start till I do a exit or
   quit the application. Is there a utility like 
 that ?

Maybe screen(1) is what you are looking for? It makes typescripts of
terminal sessions.

Kind regards,
Tobias

-- 
Tobias Roth   ||   http://fsck.ch   ||   PGP: 0xCE599B4D
| Go down deep enough into anything and you will find mathematics.
|  - Dean Schlicter
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Saving entire console sessions

2008-04-24 Thread Julian H. Stacey
Tobias Roth wrote:
 On 04/24/08 14:27, Sanjeev Kumar.S wrote:
  Hi, 
  Is there any way to save entire console 
  sessions ?
  Screen asks me to copy and paste what 
  I want. I don't want to do that I need to save 
   entire sessions. like a start till I do a exit or
quit the application. Is there a utility like 
  that ?
 
 Maybe screen(1) is what you are looking for? It makes typescripts of
 terminal sessions.

man script

Julian
-- 
Julian Stacey: BSDUnixLinux C Prog Admin SysEng Consult Munich www.berklix.com
Mail just Ascii plain text.  HTML  Base64 text are spam.
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Saving entire console sessions

2008-04-24 Thread Tobias Roth
On 04/24/08 15:28, Julian H. Stacey wrote:
 Tobias Roth wrote:
 On 04/24/08 14:27, Sanjeev Kumar.S wrote:
 Hi, 
 Is there any way to save entire console 
 sessions ?
 Screen asks me to copy and paste what 
 I want. I don't want to do that I need to save 
  entire sessions. like a start till I do a exit or
   quit the application. Is there a utility like 
 that ?
 Maybe screen(1) is what you are looking for? It makes typescripts of
 terminal sessions.
 
 man script

yeah, right... that's of course what I meant :-)

-- 
Tobias Roth   ||   http://fsck.ch   ||   PGP: 0xCE599B4D
| You're a pushy little bastard, ain't you?
|  - Cobra Kai Sensei John Kreese
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Saving entire console sessions

2008-04-24 Thread Pranav Peshwe
On Thu, Apr 24, 2008 at 5:57 PM, Sanjeev Kumar.S [EMAIL PROTECTED]
wrote:

 Hi,
Is there any way to save entire console
sessions ?
Screen asks me to copy and paste what
I want. I don't want to do that I need to save
 entire sessions. like a start till I do a exit or
  quit the application. Is there a utility like
that ?


Did you try enabling logging for a screen window ? `screen -L` may be of
help.

Best regards,
Pranav

--
Blessed are the pessimists, for they take backups!!
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to [EMAIL PROTECTED]