Skip to content

Instantly share code, notes, and snippets.

@X0nic
Created September 5, 2013 16:27
Show Gist options
  • Save X0nic/6452566 to your computer and use it in GitHub Desktop.
Save X0nic/6452566 to your computer and use it in GitHub Desktop.
Calculate directory sizes
ls | xargs du -hs | sort -nr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment