X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: <479B5C41.1070705@ateb.com> Date: Sat, 26 Jan 2008 11:13:53 -0500 From: Reid Thompson Reply-To: reid DOT thompson AT ateb DOT com User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: prevent scroll (or something like that) References: <15107205 DOT post AT talk DOT nabble DOT com> <479B2AAA DOT 8020602 AT sbcglobal DOT net> In-Reply-To: <479B2AAA.8020602@sbcglobal.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Greg Chicares wrote: > On 2008-01-26 11:57Z, electron wrote: >> I'm doing an assignment for school and I'm supposes to disassemble a piece >> of code with a disasembler. This works just fine but the output asembly code >> is to large to fit on the screen. So when i scroll all the way up I can't >> read the complete output. > > $disassemble binary_file 2>&1 | less > > Syntax explained under "REDIRECTION" in the 'bash' manual: > $man bash or... $disassemble binary_file >/path/to/dump.txt 2>&1 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/