From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Oq7tP-0007fM-06 for garchives@archives.gentoo.org; Mon, 30 Aug 2010 17:11:35 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5CA8CE0EB6 for ; Mon, 30 Aug 2010 17:11:34 +0000 (UTC) Received: from mail-fx0-f53.google.com (mail-fx0-f53.google.com [209.85.161.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 240B9E0E82 for ; Mon, 30 Aug 2010 16:57:57 +0000 (UTC) Received: by fxm15 with SMTP id 15so4101306fxm.40 for ; Mon, 30 Aug 2010 09:57:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=iO0ExFHUtTRGqKaywtxQYUBNpWERsHOy0go80UGtZZ4=; b=HZbj3vRp+SaWfeNR+1MWrdV+HojhMpseQ//xQ6Bam+P0arULyesk3CpZYnuz8nlJPk n5ilPCpWY7HyiCUmyvVx8zNRKJg2p+QTfF4KV0sdR/CPjSGvybN24uK7sHP2SaTlXbyx ipkegQ30RrFukvjpCH/angZz0Hg73w/Oi9elg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=from:to:subject:date:user-agent:references:in-reply-to:mime-version :content-type:content-transfer-encoding:message-id; b=IonmJYiOpdivSgwCv4EOe/Ryz2Ki3vff56OktYfmjqgbO5q3Ji9mVOE1E2S1iRZZeV KHMhplARN/OzgTg6ImgsOE0cL5q+GzI9CvF59+aIzN3U+4tN3MdBS4WmAWXV3sG3geW3 93ClARLcNjIEDjmvXsI11MgCEOMR/qFelR9P0= Received: by 10.223.104.141 with SMTP id p13mr902124fao.64.1283187475863; Mon, 30 Aug 2010 09:57:55 -0700 (PDT) Received: from energy.localnet (p5DCC0D77.dip0.t-ipconnect.de [93.204.13.119]) by mx.google.com with ESMTPS id 14sm3443765fav.26.2010.08.30.09.57.53 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 30 Aug 2010 09:57:54 -0700 (PDT) From: Volker Armin Hemmann To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Output of "emerge -NDpvu world" Date: Mon, 30 Aug 2010 18:57:17 +0200 User-Agent: KMail/1.13.5 (Linux/2.6.34.6r4; KDE/4.5.0; x86_64; ; ) References: <4C7BD9DE.5040601@alice.it> In-Reply-To: <4C7BD9DE.5040601@alice.it> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201008301857.18207.volkerarmin@googlemail.com> X-Archives-Salt: 80d0313f-7782-48ad-9337-2f3f7abc9750 X-Archives-Hash: 98cc42e65e0111ed53f062cf72951641 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...