Gentoo Archives: gentoo-user

From: Kevin O'Gorman <kogorman@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Output of "emerge -NDpvu world"
Date: Wed, 01 Sep 2010 22:29:59
Message-Id: AANLkTin941zJGaSJ+3UQOptZSZdq4JcL1wT=uHX6g+C5@mail.gmail.com
In Reply to: [gentoo-user] Output of "emerge -NDpvu world" by econti
1 On Mon, Aug 30, 2010 at 9:18 AM, econti <contiemilio@×××××.it> wrote:
2
3 > Hi all
4 > is it possible to page the output of "emerge -NDpvu world" in a terminal?
5 > 'emerge -NDpvu world | more' does not work.
6 >
7 > emilio
8 >
9 > You can run it under "script" and it recrods everything to a file, and look
10 at the file however you like.
11
12 If using less(1) or more(1), I would do it this way
13 emerge -NDpvu world 2>&1 | less
14 under the bash shell.
15
16 There are a lot of advantages to less, but perhaps the most important is
17 that you can scroll backwards if you've gone too far -- you don't have to
18 start over.
19
20 --
21 Kevin O'Gorman, PhD