Created
May 3, 2018 17:11
-
-
Save calvez/7f023f218e31926e6fbf6b4f649c7c4a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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