X-Recipient: archive-cygwin@delorie.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 <reid.thompson@ateb.com>
Reply-To: reid.thompson@ateb.com
User-Agent: Thunderbird 2.0.0.9 (Windows/20071031)
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: prevent scroll (or something like that)
References: <15107205.post@talk.nabble.com> <479B2AAA.8020602@sbcglobal.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@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.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/

