Skip to content

Instantly share code, notes, and snippets.

@waylay
Last active June 18, 2020 11:25
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 waylay/0cf974a4b56b984ed6b5d0fc96209e37 to your computer and use it in GitHub Desktop.
Save waylay/0cf974a4b56b984ed6b5d0fc96209e37 to your computer and use it in GitHub Desktop.
Find files modified in the last 24h
find . -type f -mtime 0 ! -path '*/cache/*' ! -path '*/vendor/*' ! -path '*/uploads/*' ! -path '*/log/*'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment