[ILUG] Fedora 7 Terminal Screen save Output?
Gavin McCullagh
gmccullagh at gmail.com
Thu Jul 19 13:47:08 IST 2007
Hi,
On Thu, 19 Jul 2007, Frank Murphy wrote:
> Tried Google brough back a load of Ncurses, above my head.
> *http://tinyurl.com/3xnqfn*
> *http://tinyurl.com/34ud53
>
> *no entry for
> man terminal
> man console
> man screen
>
> How do I save the console to a txt file from the moment a command entered,
> until I'm back at the prompt. (having checked the menu at top, didn't
> give me all I needed)
> save history doesn't do it.
It's not entirely clear what you want but this might help:
command &>somefile
should send all output from command to somefile (bash shells)
command | tee somefile
should copy all output from command to somefile
screen
is an interactive shell multiplexer which can do many things
including logging all of your shell to a file, scrolling back
to search/copy/paste through shell history, etc.
Gavin
More information about the ILUG
mailing list