* [gentoo-user] Output of "emerge -NDpvu world"
@ 2010-08-30 16:18 econti
2010-08-30 16:33 ` Paul Hartman
` (2 more replies)
0 siblings, 3 replies; 12+ messages in thread
From: econti @ 2010-08-30 16:18 UTC (permalink / raw
To: gentoo help
Hi all
is it possible to page the output of "emerge -NDpvu world" in a terminal?
'emerge -NDpvu world | more' does not work.
emilio
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] Output of "emerge -NDpvu world"
2010-08-30 16:18 [gentoo-user] Output of "emerge -NDpvu world" econti
@ 2010-08-30 16:33 ` Paul Hartman
2010-09-01 22:30 ` Kevin O'Gorman
2010-08-30 16:57 ` Volker Armin Hemmann
2010-09-01 22:28 ` [gentoo-user] " Kevin O'Gorman
2 siblings, 1 reply; 12+ messages in thread
From: Paul Hartman @ 2010-08-30 16:33 UTC (permalink / raw
To: gentoo-user
On Mon, Aug 30, 2010 at 11:18 AM, econti <contiemilio@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
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] Output of "emerge -NDpvu world"
2010-08-30 16:33 ` Paul Hartman
@ 2010-09-01 22:30 ` Kevin O'Gorman
2010-09-01 22:39 ` Dale
0 siblings, 1 reply; 12+ messages in thread
From: Kevin O'Gorman @ 2010-09-01 22:30 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 627 bytes --]
On Mon, Aug 30, 2010 at 9:33 AM, Paul Hartman
<paul.hartman+gentoo@gmail.com<paul.hartman%2Bgentoo@gmail.com>
> wrote:
> On Mon, Aug 30, 2010 at 11:18 AM, econti <contiemilio@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
[-- Attachment #2: Type: text/html, Size: 1031 bytes --]
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] Output of "emerge -NDpvu world"
2010-09-01 22:30 ` Kevin O'Gorman
@ 2010-09-01 22:39 ` Dale
2010-09-01 23:14 ` Peter Humphrey
0 siblings, 1 reply; 12+ messages in thread
From: Dale @ 2010-09-01 22:39 UTC (permalink / raw
To: gentoo-user
Kevin O'Gorman wrote:
> On Mon, Aug 30, 2010 at 9:33 AM, Paul Hartman
> <paul.hartman+gentoo@gmail.com
> <mailto:paul.hartman%2Bgentoo@gmail.com>> wrote:
>
> On Mon, Aug 30, 2010 at 11:18 AM, econti <contiemilio@alice.it
> <mailto:contiemilio@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
:-) :-)
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] Output of "emerge -NDpvu world"
2010-09-01 22:39 ` Dale
@ 2010-09-01 23:14 ` Peter Humphrey
2010-09-03 15:45 ` Kevin O'Gorman
0 siblings, 1 reply; 12+ messages in thread
From: Peter Humphrey @ 2010-09-01 23:14 UTC (permalink / raw
To: gentoo-user
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.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] Output of "emerge -NDpvu world"
2010-09-01 23:14 ` Peter Humphrey
@ 2010-09-03 15:45 ` Kevin O'Gorman
0 siblings, 0 replies; 12+ messages in thread
From: Kevin O'Gorman @ 2010-09-03 15:45 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 767 bytes --]
On Wed, Sep 1, 2010 at 4:14 PM, Peter Humphrey <peter@humphrey.ukfsn.org>wrote:
> 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 2>&1 | 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
[-- Attachment #2: Type: text/html, Size: 1161 bytes --]
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] Output of "emerge -NDpvu world"
2010-08-30 16:18 [gentoo-user] Output of "emerge -NDpvu world" econti
2010-08-30 16:33 ` Paul Hartman
@ 2010-08-30 16:57 ` Volker Armin Hemmann
2010-08-30 21:23 ` [gentoo-user] " Harm Geerts
2010-09-01 13:38 ` [gentoo-user] " econti
2010-09-01 22:28 ` [gentoo-user] " Kevin O'Gorman
2 siblings, 2 replies; 12+ messages in thread
From: Volker Armin Hemmann @ 2010-08-30 16:57 UTC (permalink / raw
To: gentoo-user
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...
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] Output of "emerge -NDpvu world"
2010-08-30 16:18 [gentoo-user] Output of "emerge -NDpvu world" econti
2010-08-30 16:33 ` Paul Hartman
2010-08-30 16:57 ` Volker Armin Hemmann
@ 2010-09-01 22:28 ` Kevin O'Gorman
2 siblings, 0 replies; 12+ messages in thread
From: Kevin O'Gorman @ 2010-09-01 22:28 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 618 bytes --]
On Mon, Aug 30, 2010 at 9:18 AM, econti <contiemilio@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 2>&1 | 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
[-- Attachment #2: Type: text/html, Size: 1000 bytes --]
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2010-09-03 15:45 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-30 16:18 [gentoo-user] Output of "emerge -NDpvu world" econti
2010-08-30 16:33 ` Paul Hartman
2010-09-01 22:30 ` Kevin O'Gorman
2010-09-01 22:39 ` Dale
2010-09-01 23:14 ` Peter Humphrey
2010-09-03 15:45 ` Kevin O'Gorman
2010-08-30 16:57 ` Volker Armin Hemmann
2010-08-30 21:23 ` [gentoo-user] " Harm Geerts
2010-09-01 13:34 ` Neil Bothwick
2010-09-01 13:38 ` [gentoo-user] " econti
2010-09-01 20:57 ` [gentoo-user] " walt
2010-09-01 22:28 ` [gentoo-user] " Kevin O'Gorman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox