Skip to content

Instantly share code, notes, and snippets.

@meyju
Created July 28, 2015 12:05
Show Gist options
  • Save meyju/bfd9d353128e50b6c3fd to your computer and use it in GitHub Desktop.
Save meyju/bfd9d353128e50b6c3fd to your computer and use it in GitHub Desktop.
find - sort by modified time
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