Skip to content

Instantly share code, notes, and snippets.

@calvez
Created May 3, 2018 17:11
Show Gist options
  • Save calvez/7f023f218e31926e6fbf6b4f649c7c4a to your computer and use it in GitHub Desktop.
Save calvez/7f023f218e31926e6fbf6b4f649c7c4a to your computer and use it in GitHub Desktop.
find . -iname '*.php' -mmin -$(echo $(date +%s) - $(date +%s -d"Apr 25, 2018 00:00:01") | bc -l | awk '{print $1 / 60}' ) -mmin +$(echo $(date +%s) - $(date +%s -d"May 3, 2018 23:59:59") | bc -l | awk '{print $1 / 60}' ) -exec ls -ld --time-style=full-iso {} \; > ~/getthisfucker/maybemodified.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment