Skip to content

Instantly share code, notes, and snippets.

@dkrnl
Created April 28, 2016 07:23
Show Gist options
  • Save dkrnl/6b70d8fd6a6771a7653dcbdc6dda78c8 to your computer and use it in GitHub Desktop.
Save dkrnl/6b70d8fd6a6771a7653dcbdc6dda78c8 to your computer and use it in GitHub Desktop.
Disk usage directory list
du -s *|sort -nr|cut -f 2-|while read a;do du -hs $a;done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment