* test -e #1 test
@ 2007-06-07 1:54 adrian15
2007-06-02 19:13 ` Marco Gerards
0 siblings, 1 reply; 2+ messages in thread
From: adrian15 @ 2007-06-07 1:54 UTC (permalink / raw)
To: grub-devel
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: test -e #1 test
2007-06-07 1:54 test -e #1 test adrian15
@ 2007-06-02 19:13 ` Marco Gerards
0 siblings, 0 replies; 2+ messages in thread
From: Marco Gerards @ 2007-06-02 19:13 UTC (permalink / raw)
To: The development of GRUB 2
adrian15 <adrian15@raulete.net> 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-06-02 19:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-07 1:54 test -e #1 test adrian15
2007-06-02 19:13 ` Marco Gerards
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.