X-Recipient: archive-cygwin@delorie.com
X-Spam-Check-By: sourceware.org
Message-ID: <15107769.post@talk.nabble.com>
Date: Sat, 26 Jan 2008 05:09:26 -0800 (PST)
From: electron <lucwaeyen@gmail.com>
To: cygwin@cygwin.com
Subject: Re: prevent scroll (or something like that)
In-Reply-To: <479B2AAA.8020602@sbcglobal.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Nabble-From: lucwaeyen@gmail.com
References: <15107205.post@talk.nabble.com> <479B2AAA.8020602@sbcglobal.net>
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@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


Thanks a million, this solved my problem :D


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

--
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/

-- 
View this message in context: http://www.nabble.com/prevent-scroll-%28or-something-like-that%29-tp15107205p15107769.html
Sent from the Cygwin list mailing list archive at Nabble.com.


--
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/

