This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: prevent scroll (or something like that)


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]