Skip to content

Instantly share code, notes, and snippets.

@yewton
Last active December 11, 2015 17:28
Show Gist options
  • Save yewton/4634567 to your computer and use it in GitHub Desktop.
Save yewton/4634567 to your computer and use it in GitHub Desktop.
find した結果を mtime 順にソートする
find -type f | xargs ls -l --time-style long-iso | sort -k6d -k7d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment