Skip to content

Instantly share code, notes, and snippets.

@nottrobin
Last active August 29, 2015 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nottrobin/5dc4ae92af03d3de1e0d to your computer and use it in GitHub Desktop.
Save nottrobin/5dc4ae92af03d3de1e0d to your computer and use it in GitHub Desktop.
Find files modified yesterday
find ~ -type f -mtime -1 -exec ls -lah {} \; | egrep -v '([.](cache|config|git|local|bash|gnome|xsession|steam|gconf|lesshst|sass-cache)|_site)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment