X-Recipient: archive-cygwin@delorie.com
X-Spam-Check-By: sourceware.org
Message-ID: <20080130090500.2136@blackhawk>
From: "d.henman" <dhenman@gmail.com>
Date: Wed, 30 Jan 2008 09:05:00 +0900
To: <cygwin@cygwin.com>
Subject: RE: prevent scroll (or something like that)
In-reply-to: Your message of Tue, 29 Jan 2008 07:01:46 -0800 	 <BD6B3BD6A3C3EC4FBC45FF024CE10437065976BF@WAPRDVSEBE10.gsm1900.org>
References: <15107205.post@talk.nabble.com> 	 <BD6B3BD6A3C3EC4FBC45FF024CE10437065976BF@WAPRDVSEBE10.gsm1900.org>
X-Mailer: MH-E 8.0.3+cvs; GNU Mailutils 1.2.1; GNU Emacs 23.0.50
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


Re: Scroll...

Why don't you just do either of
 (a.)  pipe output to less and read it page by page

       e.g.   $  dissemble-cmd | less

or
 (b.) redirect output to a text file and them use some editor like emacs or
      nano to view it.  
      e.g.    $ dissemble-cmd >filename
      	      	nano filename      or    less filename

good luck with your studies.

regards

> Subject: prevent scroll (or something like that)
> 
> hello everybody,
> 
> i'm new to this forum and pretty much a noob when it comes to cygwin
> which
> may explain my question. 
> 
> 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. Is there anything I can do, like an additional
> command, so I actually can read this output because it holds some
> information I need.
> 
> Thanks in advance,
> electron
> 

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

