Skip to content

Instantly share code, notes, and snippets.

@caingougou
Created July 23, 2013 16:47
Show Gist options
  • Save caingougou/6064007 to your computer and use it in GitHub Desktop.
Save caingougou/6064007 to your computer and use it in GitHub Desktop.
list directory actual size and sort by create time
du --time -h |sort -k 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment