[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: find
- From: Sean Estabrooks <seanlkml sympatico ca>
- To: fedora-list redhat com
- Cc: chadley pinteq co za
- Subject: Re: find
- Date: Mon, 7 Jun 2004 07:39:04 -0400
On Mon, 07 Jun 2004 13:27:05 +0200
Chadley Wilson <chadley pinteq co za> wrote:
> find /home '(file)*'
> this interprets the everything between the quotes as is.
> but I still get invalid predicate.
As the others said before, you need to use the -name option:
find /home -name '(file)*'
Cheers,
Sean
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]