| delorie.com/archives/browse.cgi | search |
| X-Recipient: | archive-cygwin AT delorie DOT 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 DOT thompson AT ateb DOT com> |
| Reply-To: | reid DOT thompson AT ateb DOT com |
| User-Agent: | Thunderbird 2.0.0.9 (Windows/20071031) |
| MIME-Version: | 1.0 |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: prevent scroll (or something like that) |
| References: | <15107205 DOT post AT talk DOT nabble DOT com> <479B2AAA DOT 8020602 AT sbcglobal DOT net> |
| In-Reply-To: | <479B2AAA.8020602@sbcglobal.net> |
| X-IsSubscribed: | yes |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.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 |
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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |