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
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
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
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
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
5 matches
Mail list logo