From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1HuXni-0007yZ-U2 for mharc-grub-devel@gnu.org; Sat, 02 Jun 2007 13:54:06 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HuXnh-0007xx-Fj for grub-devel@gnu.org; Sat, 02 Jun 2007 13:54:05 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HuXng-0007xA-1M for grub-devel@gnu.org; Sat, 02 Jun 2007 13:54:05 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HuXnf-0007wz-JJ for grub-devel@gnu.org; Sat, 02 Jun 2007 13:54:03 -0400 Received: from 245.red-80-24-127.staticip.rima-tde.net ([80.24.127.245] helo=manazas.ensanjose.net) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HuXne-0003Pz-UT for grub-devel@gnu.org; Sat, 02 Jun 2007 13:54:03 -0400 Received: from localhost (manazas.ensanjose.net [127.0.0.1]) by manazas.ensanjose.net (Postfix) with ESMTP id 3E377D444D for ; Sat, 2 Jun 2007 19:54:01 +0200 (CEST) Received: from manazas.ensanjose.net ([127.0.0.1]) by localhost (manazas.ensanjose.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 08867-02 for ; Sat, 2 Jun 2007 19:54:01 +0200 (CEST) Received: from [192.168.1.5] (70.Red-81-35-214.dynamicIP.rima-tde.net [81.35.214.70]) by manazas.ensanjose.net (Postfix) with ESMTP id D5E48D32AE for ; Sat, 2 Jun 2007 19:54:00 +0200 (CEST) Message-ID: <4667653A.4080402@raulete.net> Date: Thu, 07 Jun 2007 03:54:02 +0200 From: adrian15 User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: grub-devel@gnu.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-detected-kernel: Linux 2.4-2.6 Subject: 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 17:54:05 -0000 What a mail subjet :) 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? adrian15