Created
February 11, 2020 19:47
-
-
Save rjcorwin/35fc841d4bf3bc1dd62ef65519200b91 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 . -type f | xargs -I $0 ls -ll --time-style=long-iso $0 | awk '{print $6" "$7" "$8}' | sort | grep -E '2019-[0[7-9]|1]' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment