[ILUG] Find Command

Stephen Shirley diamond at skynet.ie
Wed Sep 5 13:54:29 IST 2001


> 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"





More information about the ILUG mailing list