Re: [gentoo-user] Output of emerge -NDpvu world

2010-09-03 Thread Kevin O'Gorman
On Wed, Sep 1, 2010 at 4:14 PM, Peter Humphrey pe...@humphrey.ukfsn.orgwrote:

 On Wednesday 01 September 2010 23:39:25 Dale wrote:

  Hmmm, whatever you set it to, you will be a few lines short.  The
  error will always be just above what you can scroll back to.  lol

 So you've noticed that too, eh?


Of course I've noticed it, how could I not?  (Murphy's law has *so* many
corollaries.)

When I really want it, for any given command, I use bash with
 command 21 | tee /tmp/junk
and this suppresses most color-coding so I can view the results with simple
tools.

It helps to have a really big /tmp (mine has 19GB free at the moment), and
to keep
using the same name in case you forget to delete the (possibly huge) file.

-- 
Kevin O'Gorman, PhD


Re: [gentoo-user] Output of emerge -NDpvu world

2010-09-01 Thread econti

Volker Armin Hemmann ha scritto:

On Monday 30 August 2010, econti wrote:
  

Hi all
is it possible to page the output of emerge -NDpvu world in a terminal?
'emerge -NDpvu world | more' does not work.

emilio



works with less...


  

Not for me! :-(

Bye
emilio




Re: [gentoo-user] Output of emerge -NDpvu world

2010-09-01 Thread Kevin O'Gorman
On Mon, Aug 30, 2010 at 9:18 AM, econti contiemi...@alice.it wrote:

 Hi all
 is it possible to page the output of emerge -NDpvu world in a terminal?
 'emerge -NDpvu world | more' does not work.

 emilio

 You can run it under script and it recrods everything to a file, and look
at the file however you like.

If using less(1) or more(1), I would do it this way
   emerge -NDpvu world 21 | less
under the bash shell.

There are a lot of advantages to less, but perhaps the most important is
that you can scroll backwards if you've gone too far -- you don't have to
start over.

-- 
Kevin O'Gorman, PhD


Re: [gentoo-user] Output of emerge -NDpvu world

2010-09-01 Thread Kevin O'Gorman
On Mon, Aug 30, 2010 at 9:33 AM, Paul Hartman
paul.hartman+gen...@gmail.compaul.hartman%2bgen...@gmail.com
 wrote:

 On Mon, Aug 30, 2010 at 11:18 AM, econti contiemi...@alice.it wrote:
  Hi all
  is it possible to page the output of emerge -NDpvu world in a terminal?
  'emerge -NDpvu world | more' does not work.

 If you use screen you can then use the scrollback it provides

 Or adjust your terminal preferences to have a lot of scrollback room.  The
defaults tend to be in the range of 0 to 500 lines.  I often set the value
to 30,000 or more, with no noticeable bad effects.


-- 
Kevin O'Gorman, PhD


Re: [gentoo-user] Output of emerge -NDpvu world

2010-09-01 Thread Dale

Kevin O'Gorman wrote:
On Mon, Aug 30, 2010 at 9:33 AM, Paul Hartman 
paul.hartman+gen...@gmail.com 
mailto:paul.hartman%2bgen...@gmail.com wrote:


On Mon, Aug 30, 2010 at 11:18 AM, econti contiemi...@alice.it
mailto:contiemi...@alice.it wrote:
 Hi all
 is it possible to page the output of emerge -NDpvu world in a
terminal?
 'emerge -NDpvu world | more' does not work.

If you use screen you can then use the scrollback it provides

Or adjust your terminal preferences to have a lot of scrollback room.  
The defaults tend to be in the range of 0 to 500 lines.  I often set 
the value to 30,000 or more, with no noticeable bad effects.



--
Kevin O'Gorman, PhD



Hmmm, whatever you set it to, you will be a few lines short.  The error 
will always be just above what you can scroll back to.  lol


Dale

:-)  :-)



Re: [gentoo-user] Output of emerge -NDpvu world

2010-09-01 Thread Peter Humphrey
On Wednesday 01 September 2010 23:39:25 Dale wrote:

 Hmmm, whatever you set it to, you will be a few lines short.  The
 error will always be just above what you can scroll back to.  lol

So you've noticed that too, eh?

-- 
Rgds
Peter.  Linux Counter 5290, 1994-04-23.



[gentoo-user] Output of emerge -NDpvu world

2010-08-30 Thread econti

Hi all
is it possible to page the output of emerge -NDpvu world in a terminal?
'emerge -NDpvu world | more' does not work.

emilio



Re: [gentoo-user] Output of emerge -NDpvu world

2010-08-30 Thread Paul Hartman
On Mon, Aug 30, 2010 at 11:18 AM, econti contiemi...@alice.it wrote:
 Hi all
 is it possible to page the output of emerge -NDpvu world in a terminal?
 'emerge -NDpvu world | more' does not work.

If you use screen you can then use the scrollback it provides



Re: [gentoo-user] Output of emerge -NDpvu world

2010-08-30 Thread Volker Armin Hemmann
On Monday 30 August 2010, econti wrote:
 Hi all
 is it possible to page the output of emerge -NDpvu world in a terminal?
 'emerge -NDpvu world | more' does not work.
 
 emilio

works with less...