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.