On Sun, 2014-05-11 at 12:33 -0400, Tim Dunphy wrote:
Hey all,
I'm trying to do a find of all files with the phrase 'varnish' in the name, but want to exclude a user home directory called /usr/local/digitalplatform.
find / -path /usr/local/digitalplatform -prune -name *varnish* doesn't work?