RE: prevent scroll (or something like that)

2008-01-29 Thread d.henman
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

RE: prevent scroll (or something like that)

2008-01-29 Thread Stepp, Charles
HISTFILE=/home/cstepp/.bash_history HISTFILESIZE=2000 HISTSIZE=2000 Charles Stepp Meskimen's Law: There's never time to do it rite, but there's always time to do it over. -Original Message- From: electron [mailto:[EMAIL PROTECTED] Sent: Saturday, January 26, 2008 6:58 AM To: cygwin@cygwi

Re: prevent scroll (or something like that)

2008-01-26 Thread Reid Thompson
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 co

Re: prevent scroll (or something like that)

2008-01-26 Thread electron
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

Re: prevent scroll (or something like that)

2008-01-26 Thread Greg Chicares
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