[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: find
- From: Cam <camilo mesias co uk>
- To: For users of Fedora Core releases <fedora-list redhat com>
- Subject: Re: find
- Date: Mon, 07 Jun 2004 12:42:27 +0100
Chadley
Thanks Andy and Cam for replying but I have checked the man pages for
[snip]
but I still get invalid predicate.
No you *need* the -name then it will work. Without -name it treats your
argument as a predicate - and it is not a valid predicate. Example:
touch '(test)a'
touch '(test)b'
touch '(test)c'
touch '(test)d'
find . -name '(test)[a-z]'
find . -name '(test)*'
HTH
-Cam
--
camilo mesias co uk <--
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]