From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1E3goS-0001t3-Sm for mharc-grub-devel@gnu.org; Fri, 12 Aug 2005 17:11:37 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E3goO-0001qy-AJ for grub-devel@gnu.org; Fri, 12 Aug 2005 17:11:32 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E3gle-00017S-Jy for grub-devel@gnu.org; Fri, 12 Aug 2005 17:08:44 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E3glZ-0000vd-Pg for grub-devel@gnu.org; Fri, 12 Aug 2005 17:08:37 -0400 Received: from [212.43.237.68] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1E3gvI-0002LB-M9 for grub-devel@gnu.org; Fri, 12 Aug 2005 17:18:40 -0400 Received: from ASSP-nospam (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id 4FB59FF65CA4 for ; Fri, 12 Aug 2005 23:03:31 +0200 (CEST) Received: from 127.0.0.1 ([127.0.0.1] helo=ip6-localhost) by ASSP-nospam ; 12 Aug 05 21:03:26 -0000 From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Fri, 12 Aug 2005 23:02:25 +0200 User-Agent: KMail/1.7.2 References: <200508122225.56819.okuji@enbug.org> <87r7cyj2wt.fsf@student.han.nl> In-Reply-To: <87r7cyj2wt.fsf@student.han.nl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200508122302.25971.okuji@enbug.org> Subject: Re: pipe 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: Fri, 12 Aug 2005 21:11:33 -0000 On Friday 12 August 2005 22:50, Marco Gerards wrote: > "Yoshinori K. Okuji" writes: > > Just an idea: Do you think it is useful to implement pipe in GRUB? Since > > GRUB is a single task environment, all the output must be stored in > > memory temporarily. > > Can you give an example of a good use for a pipe? grub> help | more grub>grep multiboot /*.txt | grep -v hurd Well, the same as usual shells... Okuji