Skip to content

Instantly share code, notes, and snippets.

@dylan-chong
Last active January 5, 2023 05:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dylan-chong/8b3aac3c3a49c976adf6624949649f7f to your computer and use it in GitHub Desktop.
Save dylan-chong/8b3aac3c3a49c976adf6624949649f7f to your computer and use it in GitHub Desktop.
find . -type f | while read file; do echo "$(date -r "$file" "+%s %Y-%m-%d %H:%M:%S")" " $file"; done > filechangedates
cat filechangedates | sort -n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment