Something like: find / \! -path '/home/*' \! -path '/srv/www/*' YOUR_PARAMETERS_HERE should work. David On 12/23/2010 06:34 PM, Tim Watts wrote: > Is there a concise way of telling find to search all directories from / > except /home and /srv/www ? > >