Re: find - avoiding subtrees & Permission denied messages

2010-10-19 Thread Bob Proulx
Kevin Buchs wrote: > I often find myself wanting to use find, but avoid searching any > subdirectories called .snapshot, which contain our hourly online backups. > My attempt below seems to fail, for find is trying to access subdirectories > of .snapshot, for which I have no permission and I get th

Re: find - avoiding subtrees & Permission denied messages

2010-10-19 Thread Andreas Metzler
On 2010-10-19 Kevin Buchs wrote: > I often find myself wanting to use find, but avoid searching any > subdirectories called .snapshot, which contain our hourly online backups. > My attempt below seems to fail, for find is trying to access subdirectories > of .snapshot, for which I have no permissi