Skip to content

Instantly share code, notes, and snippets.

@GideonPARANOID
Created December 27, 2015 16:54
Show Gist options
  • Save GideonPARANOID/48fdb720c2aa73e540a4 to your computer and use it in GitHub Desktop.
Save GideonPARANOID/48fdb720c2aa73e540a4 to your computer and use it in GitHub Desktop.
Find files modified between dates
find . -type f -newermt $STARTDATE ! -newermt $ENDDATE -exec ls {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment