Skip to content

Instantly share code, notes, and snippets.

@engincancan
Created May 12, 2021 07:30
Show Gist options
  • Save engincancan/9cbf1e4fbaafb4c55cd5dbc56dbcaca9 to your computer and use it in GitHub Desktop.
Save engincancan/9cbf1e4fbaafb4c55cd5dbc56dbcaca9 to your computer and use it in GitHub Desktop.
alias lastmod="find . -type f -exec stat --format '%Y :%y %n' \"{}\" \; | sort -nr | cut -d: -f2-"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment