On Jun 27, 2007, at 3:39 pm, Brian Murphy wrote: > The find command might work for you: > > find /mnt/oldstuff -type f -exec cp -p -u '{}' /destdir \; ...is what I would've done if I wasn't on a Mac which doesn't implement -u for cp. R.