stressfree
David Harrison's musings on collaboration and I.T.
Home
Webmin Theme
Tutorials
Thesis
Home
LinkedIn
Twitter
Search string
22nd Oct 2005
Recursive Touch Command
Just 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.
linux
software tutorials