Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rjcorwin/35fc841d4bf3bc1dd62ef65519200b91 to your computer and use it in GitHub Desktop.
Save rjcorwin/35fc841d4bf3bc1dd62ef65519200b91 to your computer and use it in GitHub Desktop.
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