From: adrian15 <adrian15@raulete.net>
To: grub-devel@gnu.org
Subject: test -e #1 test
Date: Thu, 07 Jun 2007 03:54:02 +0200 [thread overview]
Message-ID: <4667653A.4080402@raulete.net> (raw)
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
next reply other threads:[~2007-06-02 17:54 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-06-07 1:54 adrian15 [this message]
2007-06-02 19:13 ` test -e #1 test Marco Gerards
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4667653A.4080402@raulete.net \
--to=adrian15@raulete.net \
--cc=grub-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.