On Tue, Jul 21, 2009 at 12:03:03PM +0100, Christian Ebert wrote:

> Sure, but (my find doesn't have printf):
> 
> ~$ time find ~/Mail -type d -name cur -execdir pwd \; > /dev/null
> 
> real    0m54.973s
> user    0m0.447s
> sys     0m54.159s
> ~$ time find ~/Mail -type -d \( \( -name cur -o -name new -o -name tmp \) 
> -prune -o -print \) > /dev/null
> find: -type: -d: unknown type

Hm, I think it's "find -type d" rather than "find -type -d".

Reply via email to