|
Home > Archive > Unix administration > March 2005 > unix riddlee
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| puzzlecracker 2005-02-21, 6:00 pm |
| Say that when you run the Unix command junky in your shell, it spits
out a ton of text to the console, too much for your console buffer to
hold. How would you run it so that you can look at everything it
outputs after it finishes?
| |
| Sidney 2005-03-01, 6:04 pm |
| On 2005-02-21 16:01:25 -0500, "puzzlecracker" <ironsel2000@gmail.com> said:
> Say that when you run the Unix command junky in your shell, it spits
> out a ton of text to the console, too much for your console buffer to
> hold. How would you run it so that you can look at everything it
> outputs after it finishes?
Simple:
# junky > ~/junky.txt
Then read the file however you wish.
--
_Sidney
sidtech@verizon.nospam.net
|
|
|
|
|