| delorie.com/archives/browse.cgi | search |
| X-Recipient: | archive-cygwin AT delorie DOT com |
| X-Spam-Check-By: | sourceware.org |
| Message-ID: | <20080130090500.2136@blackhawk> |
| From: | "d.henman" <dhenman AT gmail DOT com> |
| Date: | Wed, 30 Jan 2008 09:05:00 +0900 |
| To: | <cygwin AT cygwin DOT 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 DOT post AT talk DOT nabble DOT com> <BD6B3BD6A3C3EC4FBC45FF024CE10437065976BF AT WAPRDVSEBE10 DOT gsm1900 DOT org> |
| X-Mailer: | MH-E 8.0.3+cvs; GNU Mailutils 1.2.1; GNU Emacs 23.0.50 |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT 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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |