RealPlayer 8

Taavi Burns taavi-LbuTpDkqzNzXI80/IeQp7B2eb7JE58TQ at public.gmane.org
Thu Apr 1 16:54:48 UTC 2004


On Wed, Mar 31, 2004 at 09:23:31PM -0800, Mel Seder wrote:
> 
> [root-lwfWIikfpTg at public.gmane.org mel]# find / -iname fstab
> /etc/fstab
>  
> [root-lwfWIikfpTg at public.gmane.org mel]# find / -iname fstab*
> find: paths must precede expression
> Usage: find [path...] [expression]
> [root-lwfWIikfpTg at public.gmane.org mel]#
> 
> I was horsing around with the find command and the "find / -name
> fstab*" seemed to blow up but the fist find worked fine.  Any idea what
> went wrong?

The shell is trying to interpret * as a standard wildcard.  You should
escape it like fstab\* or "fstab*".  :)

-- 
taa

One atom says to the other:
    "I just lost an electron!"
                                  "Are you sure?"
    "I'm POSITIVE!"
/*eof*/
--
The Toronto Linux Users Group.      Meetings: http://tlug.ss.org
TLUG requests: Linux topics, No HTML, wrap text below 80 columns
How to UNSUBSCRIBE: http://tlug.ss.org/subscribe.shtml





More information about the Legacy mailing list