From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1HuYwT-0007Mi-27 for mharc-grub-devel@gnu.org; Sat, 02 Jun 2007 15:07:13 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HuYwR-0007Mc-Cu for grub-devel@gnu.org; Sat, 02 Jun 2007 15:07:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HuYwQ-0007MP-0f for grub-devel@gnu.org; Sat, 02 Jun 2007 15:07:11 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HuYwP-0007MM-Qk for grub-devel@gnu.org; Sat, 02 Jun 2007 15:07:09 -0400 Received: from smtp-vbr4.xs4all.nl ([194.109.24.24]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HuYwP-00023r-8Q for grub-devel@gnu.org; Sat, 02 Jun 2007 15:07:09 -0400 Received: from localhost.localdomain (249-174.surfsnel.dsl.internl.net [145.99.174.249]) by smtp-vbr4.xs4all.nl (8.13.8/8.13.8) with ESMTP id l52J75M6086320 for ; Sat, 2 Jun 2007 21:07:06 +0200 (CEST) (envelope-from mgerards@xs4all.nl) From: Marco Gerards To: The development of GRUB 2 References: <4667653A.4080402@raulete.net> Mail-Copies-To: mgerards@xs4all.nl Date: Sat, 02 Jun 2007 21:13:01 +0200 In-Reply-To: <4667653A.4080402@raulete.net> (adrian15@raulete.net's message of "Thu, 07 Jun 2007 03:54:02 +0200") Message-ID: <87tztqf9vm.fsf@xs4all.nl> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by XS4ALL Virus Scanner X-detected-kernel: FreeBSD 4.6-4.9 Subject: Re: test -e #1 test 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, 02 Jun 2007 19:07:11 -0000 adrian15 writes: Hi, > Here you are: > > Running from a floppy that has grub2 installed in it inside qemu: > > grub> test /boot/grub/und-pc.lst > /boot/grub/und-pc.lst > grub> test /boot/grub/ > error: File does not exists. > grub> test /boot/grub > error: File does not exists. > grub> test -e /boot/grub/und-pc.lst > error: Unknown argument '-e' > grub> help test > Usage: test EXPRESSION > Evaluate an expression > > -h, --help display this help and exit > -u, --usage display the usage of this command and exit > > > My question is: Why help search works as expected ? > > What was wrong with my options? Nothing. The current test is just a dummy. I have a nearly finished `test' on my harddisk. Poke me often enough this week on IRC and I will finish it next weekend :-). -- Marco