Created
March 29, 2012 11:20
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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