[X-Unix] Re: X-Unix Digest, Vol 8, Issue 3

Peter Dyballa Peter_Dyballa at Web.DE
Wed Apr 6 02:09:30 PDT 2005


Am 06.04.2005 um 06:20 schrieb 
x-unix-request at listserver.themacintoshguy.com:

> find ./ -iname *safari* -not -path *Desktop*

I would tell find that the (path) name contains some safari AND not 
this or that:

find . -iname *safari* -and ( -not -path *Desktop* -or -not -regex 
*Clearlight* )

BSD find is and'ing two expressions but might fail with that -not ...

--
Greetings

   Pete

There's something the technicians need to learn from the artists.
If it isn't aesthetically pleasing, it's probably wrong.




--
Mit friedvollen Grüßen

   Pete

Linux bietet Lösungen für Probleme unter Windows, die mit Mac OS X gar 
nicht erst auftreten.



More information about the X-Unix mailing list