From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 39C101382C5 for ; Wed, 13 Jan 2021 11:46:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7F5EE089C; Wed, 13 Jan 2021 11:46:39 +0000 (UTC) Received: from smarthost01d.mail.zen.net.uk (smarthost01d.mail.zen.net.uk [212.23.1.7]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7762CE0874 for ; Wed, 13 Jan 2021 11:46:39 +0000 (UTC) Received: from [82.69.80.10] (helo=peak.localnet) by smarthost01d.mail.zen.net.uk with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1kzebl-0000o0-Pv for gentoo-user@lists.gentoo.org; Wed, 13 Jan 2021 11:46:37 +0000 From: Peter Humphrey To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Console scrollback Date: Wed, 13 Jan 2021 11:46:37 +0000 Message-ID: <1852754.PYKUYFuaPT@peak> In-Reply-To: <0MbhRh-1kh9L805sT-00J3EG@smtp.web.de> References: <2189375.ElGaqSPkdT@peak> <7866302.T7Z3S40VBb@peak> <0MbhRh-1kh9L805sT-00J3EG@smtp.web.de> 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 X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Originating-smarthost01d-IP: [82.69.80.10] Feedback-ID: 82.69.80.10 X-Archives-Salt: c134f9fb-4fc2-4d7d-874f-594fdebc2997 X-Archives-Hash: d78582aded50cc5bd7a64892a5ad427f On Wednesday, 13 January 2021 11:21:54 GMT Andreas Fink wrote: > How about this (works with bash, not sure about other shells): > emerge |& less > > This should work with all shells: > emerge 2>&1 | less That's better; thanks Andreas. -- Regards, Peter.