Skip to content

Instantly share code, notes, and snippets.

@cognitom
Created December 26, 2011 10:26
Show Gist options
  • Save cognitom/1520905 to your computer and use it in GitHub Desktop.
Save cognitom/1520905 to your computer and use it in GitHub Desktop.
Change the creation date recursively.
cd /path/to/somewhere
find . -exec touch -t 11012250000.00 {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment