From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1LQoy7-0002PG-7P for mharc-grub-devel@gnu.org; Sat, 24 Jan 2009 15:19:03 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LQoy5-0002P6-Ke for grub-devel@gnu.org; Sat, 24 Jan 2009 15:19:01 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LQoy4-0002Or-2I for grub-devel@gnu.org; Sat, 24 Jan 2009 15:19:01 -0500 Received: from [199.232.76.173] (port=60083 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LQoy4-0002Oo-0I for grub-devel@gnu.org; Sat, 24 Jan 2009 15:19:00 -0500 Received: from mta-out.inet.fi ([195.156.147.13]:60394 helo=jenni1.inet.fi) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LQoy3-000672-I9 for grub-devel@gnu.org; Sat, 24 Jan 2009 15:18:59 -0500 Received: from [192.168.1.102] (84.248.105.254) by jenni1.inet.fi (8.5.014) id 48FC59C704279F17 for grub-devel@gnu.org; Sat, 24 Jan 2009 22:18:59 +0200 Message-ID: <497B77AB.6070504@nic.fi> Date: Sat, 24 Jan 2009 22:18:51 +0200 From: =?ISO-8859-1?Q?Vesa_J=E4=E4skel=E4inen?= User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: The development of GRUB 2 References: <20090124124715.GA17347@pina.cat> <20090124151137.GA28897@pina.cat> In-Reply-To: <20090124151137.GA28897@pina.cat> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Subject: Re: cat with pagination X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jan 2009 20:19:02 -0000 Carles Pina i Estany wrote: > Hello, > > On Jan/24/2009, Carles Pina i Estany wrote: > >> In Grub command line I really miss a cat with pagination (like >> more/less). Any reason that it's not here? I don't remember if we >> discussed it. Or it's there and I have not found. > > I've just remembered set pager=1 and cat /boot/grub/grub.cfg :-) (from > Grub console) > > Maybe a "more" command that would setup the pager, cat and remove the > pager would be interesting for people who doesn't know about pager? (so > doing "TAB" would appear a new command) Actually if we think about pager overall... it has a kinda failure also. It doesn't support aborting the print. There has been also a talk to enable pager=1 as a default.