newbie : saving session on bash

  • Follow


Hi:

What to do if I want so save one bash session in a file.txt ir order to
attach it, let's say, in a mail message ?

- I work with  no X-Windows server running, so discard "copy and paste"

- Redirecting with the "&" simbol , only catchs the user's output, not the
input...

Thanks.
0
Reply rmartine (1) 9/18/2003 6:50:06 AM

Rafael Martinez Torres <rmartine@fdi.ucm.es> wrote:
> Hi:

> What to do if I want so save one bash session in a file.txt ir order to
> attach it, let's say, in a mail message ?

> - I work with  no X-Windows server running, so discard "copy and paste"

man gpm

> - Redirecting with the "&" simbol , only catchs the user's output, not the
> input...

man script

-- 
Michael Heiming

Remove +SIGNS and www. if you expect an answer, sorry for 
inconvenience, but I get tons of SPAM
0
Reply USENET22 (5462) 9/18/2003 9:43:46 AM


> What to do if I want so save one bash session in a file.txt

Try

	script my_session_log
And
	man script
0
Reply app1 (20) 9/18/2003 9:53:49 AM

Rafael Martinez Torres wrote:

> What to do if I want so save one bash session in a file.txt ir order to
> attach it, let's say, in a mail message ?

.... "man script" (or "info script")
..
-- 
///    Michael J. Tobler: motorcyclist, surfer, skydiver,    \\\ 
\\\ and author: "Inside Linux", "C++ HowTo", "C++ Unleashed" ///
 \\\ http://pages.sbcglobal.net/mtobler/mjt_linux_page.html ///
Sturgeon's Law: 90% of everything is crud.

0
Reply mjtobler (577) 9/18/2003 10:56:05 AM

3 Replies
39 Views

(page loaded in 0.076 seconds)

Similiar Articles:




7/11/2012 3:12:41 AM


Reply: