[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
test -e #1 test
From: |
adrian15 |
Subject: |
test -e #1 test |
Date: |
Thu, 07 Jun 2007 03:54:02 +0200 |
User-agent: |
Mozilla Thunderbird 1.0.7 (Windows/20050923) |
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
- test -e #1 test,
adrian15 <=