From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from cpe-24-221-98-238.az.sprintbbd.net ([24.221.98.238] helo=lnx3.holmesgrown.com) by speech.braille.uwo.ca with esmtp (Exim 3.35 #1 (Debian)) id 183OqQ-0002FS-00 for ; Sun, 20 Oct 2002 18:46:52 -0400 Received: from steve by lnx3.holmesgrown.com with local (Exim 4.10) id 183OpT-0000cD-00 for speakup@braille.uwo.ca; Sun, 20 Oct 2002 15:45:51 -0700 Date: Sun, 20 Oct 2002 15:45:51 -0700 From: Steve Holmes To: speakup@braille.uwo.ca Subject: Re: Items fly by Message-ID: <20021020224547.GB2317@lnx3.holmesgrown.com> References: <000701c27850$3d1490f0$3ccb8d18@erikdesktop> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i Sender: speakup-admin@braille.uwo.ca Errors-To: speakup-admin@braille.uwo.ca X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.0.11 Precedence: bulk Reply-To: speakup@braille.uwo.ca List-Help: List-Post: List-Subscribe: , List-Id: Speakup is a screen review system for Linux. List-Unsubscribe: , List-Archive: Another couple ideas come to mind. When piping stuff to less, very often, you need to include the output from STDERR into the pipe also. Simply |less will only capture output from STDOUT so I often will do 2>&1 |less thus standard output and standard error (1 and 2 respectively) both get piped into less, my pager of choice. Once in less, you can scroll up and down through the text and do searches and whatever else you want. Another neat trick is to use the script facility. Type script and hit enter; that will spawn a sub shell and leave you at a shell prompt but from here on until you close this shell, all output will be recorded in a file called by default 'typescript'. When done, type exit to close this sub shell and the typescript file will then be closed and available for viewing. Do a 'man script' for more details. On Sun, Oct 20, 2002 at 11:56:17AM -0400, Kirk Reiser wrote: > Hi Eric: Under Linux you can pipe the output of any command through a > pipe to another program. In this case you want to pipe your programs > output to 'more' or 'less' which will page the output to you: > > program-to-pipe | more > > That's should do it. > > Kirk > > -- > > Kirk Reiser The Computer Braille Facility > e-mail: kirk@braille.uwo.ca University of Western Ontario > phone: (519) 661-3061 > > _______________________________________________ > Speakup mailing list > Speakup@braille.uwo.ca > http://speech.braille.uwo.ca/mailman/listinfo/speakup -- Please avoid sending me Word or PowerPoint attachments. See http://www.fsf.org/philosophy/no-word-attachments.html