Last active
January 5, 2023 05:37
-
-
Save dylan-chong/8b3aac3c3a49c976adf6624949649f7f to your computer and use it in GitHub Desktop.
This file contains 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 | 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