Skip to content

Instantly share code, notes, and snippets.

@TruDan
Created August 14, 2020 07:58
Show Gist options
  • Save TruDan/86a9c708ee12710bd855ad3cad09e5c3 to your computer and use it in GitHub Desktop.
Save TruDan/86a9c708ee12710bd855ad3cad09e5c3 to your computer and use it in GitHub Desktop.
find $1 -type f -print0 | xargs -0 stat --format '%Y :%y %n' | sort -nr | cut -d: -f2- | head
@TruDan
Copy link
Author

TruDan commented Aug 14, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment