Skip to content

Instantly share code, notes, and snippets.

@collinprice
Created September 30, 2014 18:15
Show Gist options
  • Save collinprice/8dd61962763950ef479f to your computer and use it in GitHub Desktop.
Save collinprice/8dd61962763950ef479f to your computer and use it in GitHub Desktop.
Find files modified in the last 24 hours.
find . -mtime -1 -ls
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment