bug-bash
[Top][All Lists]
Advanced

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

[Fwd: Re: bash: any way to reuse the last output?]


From: Herculano de Lima Einloft Neto
Subject: [Fwd: Re: bash: any way to reuse the last output?]
Date: Fri, 23 Jan 2004 09:30:40 -0200
User-agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6b) Gecko/20040121

--- Begin Message --- Subject: Re: bash: any way to reuse the last output? Date: Fri, 23 Jan 2004 03:45:24 -0200 User-agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6b) Gecko/20040121
Ben Stringer wrote:
You could use the "script" command to save all shell session output to a
file, in case it is needed.

That would probably be worse.. :)

Or you could get into the habit of appending "| tee /tmp/<uniquename>"
each time you run a command you are likely to want to reuse output from.

What's the way to append that tee without having to type it every time? Something like PROMPT_COMMAND, I don't know, and then, making up an environment variable pointing to /tmp/<uniquename> would do the trick, right.. but how can I append the tee?

Thanks,
--
Herculano de Lima Einloft Neto


--- End Message ---

reply via email to

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