Tech Support > Operating Systems > UNIX / Variants > unix riddlee
unix riddlee
Posted by puzzlecracker on February 21st, 2005


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?

Posted by Sidney on March 1st, 2005


On 2005-02-21 16:01:25 -0500, "puzzlecracker" <ironsel2000@gmail.com> said:

Simple:

# junky > ~/junky.txt

Then read the file however you wish.
--
_Sidney

sidtech@verizon.nospam.net



Similar Posts