Re: unix riddlee
From: Barry Margolin (barmar_at_alum.mit.edu)
Date: 02/22/05
- Previous message: puzzlecracker: "unix riddlee"
- In reply to: puzzlecracker: "unix riddlee"
- Next in thread: Bill Marcum: "Re: unix riddlee"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 21 Feb 2005 19:05:19 -0500
In article <1109019597.399243.74360@z14g2000cwz.googlegroups.com>,
"puzzlecracker" <ironsel2000@gmail.com> wrote:
> 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?
junky | less
will pipe the output to a pager, that lets you read it slowly. If your
system doesn't have "less", it probably has its predecessary "more".
Or:
junky > filename
and then read filename in an editor.
-- Barry Margolin, barmar@alum.mit.edu Arlington, MA *** PLEASE post questions in newsgroups, not directly to me ***
- Previous message: puzzlecracker: "unix riddlee"
- In reply to: puzzlecracker: "unix riddlee"
- Next in thread: Bill Marcum: "Re: unix riddlee"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|