Re: [ILUG] Find Command

From: Stephen Shirley (diamond at domain skynet.ie)
Date: Wed 05 Sep 2001 - 13:54:29 IST


> I already tried the following:
>
> find /usr -iname ".*read*" -iname "*read*" -type f -print
>
You need use the '-o' flag to or terms :

        find /usr -iname ".*read*" -o -iname "*read*" -type f -print

Steve

-- 
"My mom had Windows at work and it hurt her eyes real bad"


This archive was generated by hypermail 2.1.6 : Thu 06 Feb 2003 - 13:12:00 GMT