Skip to content

Instantly share code, notes, and snippets.

@rafi
Created July 7, 2010 13:59
Show Gist options
  • Save rafi/466728 to your computer and use it in GitHub Desktop.
Save rafi/466728 to your computer and use it in GitHub Desktop.
# Changing all files dates recursively
find . -exec touch -t 201005050900 {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment