StressFree | David Harrison

Open source development & digital architectural collaboration

Recursive Touch Command

Submitted by David on 22 October 2005 - 1:30pm
Printer-friendly versionJust in case you need to set the last modified date of a whole directory structure to the current time use the following command:

find . -print0 | xargs -r0 touch

Very useful for file synchronisation purposes.


Related posts: