- 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
- Unix (Programming) by GasGas
- unix, tar, and dlt (UNIX / Variants) by David Z
- tar or dump and restore commands on Compaq Tru64 UNIX or Unix - restore from tape? (UNIX / Variants) by chad pauli
- USB-UNIX (UNIX / Variants) by J. Kleimann
- Dialup FTP UNIX to UNIX (UNIX / Variants) by harveyfl36

