X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: <20080130090500.2136@blackhawk> From: "d.henman" Date: Wed, 30 Jan 2008 09:05:00 +0900 To: Subject: RE: prevent scroll (or something like that) In-reply-to: Your message of Tue, 29 Jan 2008 07:01:46 -0800 References: <15107205 DOT post AT talk DOT nabble DOT com> 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 Precedence: bulk List-Id: List-Unsubscribe: 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 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/