Skip to content

Instantly share code, notes, and snippets.

@6ui11em
Created March 8, 2019 00:17
Show Gist options
  • Save 6ui11em/5e9afc3b202c99126f7b064ec9ba675c to your computer and use it in GitHub Desktop.
Save 6ui11em/5e9afc3b202c99126f7b064ec9ba675c to your computer and use it in GitHub Desktop.
List recursive all files in directory order by mod date #unix #command #list
find -printf "%TY-%Tm-%Td %TT %p\n" | sort -n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment