On Tue, 2008-10-14 at 07:31 -0400, Mag Gam wrote: > Does rsync use stat()? does find use stat() when running with printf? > I think the stat() is the most expensive part. Rsync and "find -printf" both use stat(2). Matt