Skip to content

Instantly share code, notes, and snippets.

@ihoka
Created March 29, 2012 11:20
Show Gist options
  • Save ihoka/2236039 to your computer and use it in GitHub Desktop.
Save ihoka/2236039 to your computer and use it in GitHub Desktop.
Reset to now file timestamps that are in the future in the current directory
touch now; find . -newer now | xargs touch; rm now
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment