Recursively Update File & Directory Timestamps

If you need to update the modified timestamp of a set of files recursively, you can use the following:

find . -exec touch {} ;