From owner-freebsd-questions@FreeBSD.ORG Tue Feb 27 11:22:00 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E23ED16A404 for ; Tue, 27 Feb 2007 11:22:00 +0000 (UTC) (envelope-from xfb52@dial.pipex.com) Received: from smtp-out3.blueyonder.co.uk (smtp-out3.blueyonder.co.uk [195.188.213.6]) by mx1.freebsd.org (Postfix) with ESMTP id A3E2613C46B for ; Tue, 27 Feb 2007 11:22:00 +0000 (UTC) (envelope-from xfb52@dial.pipex.com) Received: from [172.23.170.144] (helo=anti-virus03-07) by smtp-out3.blueyonder.co.uk with smtp (Exim 4.52) id 1HM0P7-0004UG-55; Tue, 27 Feb 2007 11:21:57 +0000 Received: from [62.31.10.181] (helo=[192.168.0.2]) by asmtp-out1.blueyonder.co.uk with esmtp (Exim 4.52) id 1HM0P6-0000yr-9C; Tue, 27 Feb 2007 11:21:56 +0000 Message-ID: <45E41451.50803@dial.pipex.com> Date: Tue, 27 Feb 2007 11:21:53 +0000 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.13) Gecko/20061205 X-Accept-Language: en MIME-Version: 1.0 To: kelly.terry.jones@gmail.com, freebsd-questions@freebsd.org References: <26face530702261927w553488a1uae8629aa3d827497@mail.gmail.com> <45E3D262.9080707@infracaninophile.co.uk> In-Reply-To: <45E3D262.9080707@infracaninophile.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: linuxusersgroup@googlegroups.com, nmosug-l@mailman.swcp.com Subject: Re: Effectively detaching 'less' from a pipe X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2007 11:22:01 -0000 Matthew Seaman wrote: >Kelly Jones wrote: > > > >>Once I'm convinced, though, I'd like to "get rid" of less, and just >>have the rest of stdout spewed to the terminal (and/or /dev/null >>and/or to a file I specify). >> >>In other words, I want to stop hitting 'space' until my program terminates. >> >> > >Hit F > >Makes less work rather like tail(1). Once your inferior process has >finished you need to hit Ctrl-C and then q to quit from less(1). > > You learns something new every day... In a similar vein, I use G which jumps to the end-of-file. If there is a lot of output less does nothing until it hits EOF and then just shows you the end of the output. I suspect that of being quicker since it won't spend any time scrolling output to the screen. --Alex