Re: unix riddlee

From: Barry Margolin (barmar_at_alum.mit.edu)
Date: 02/22/05

  • Next message: Guillaume Mahieu: "Re: Share a scanner in a network server with Debian Linux"
    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 ***
    

  • Next message: Guillaume Mahieu: "Re: Share a scanner in a network server with Debian Linux"

    Relevant Pages

    • Re: unix riddle
      ... > 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 ...
      (comp.unix.programmer)
    • Re: unix riddle
      ... >> 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 ...
      (comp.unix.programmer)