Created
July 28, 2015 12:05
-
-
Save meyju/bfd9d353128e50b6c3fd to your computer and use it in GitHub Desktop.
find - sort by modified time
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 . -printf "%T@ %Tc %p\n" | sort -n | |
find /home/ -type f -printf "%T@ %p\n" | sort -n | awk '{print $2}'|xargs ls -l |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment