Skip to content

Instantly share code, notes, and snippets.

@iammart
Created December 7, 2011 16:20
Show Gist options
  • Save iammart/1443420 to your computer and use it in GitHub Desktop.
Save iammart/1443420 to your computer and use it in GitHub Desktop.
List files/folders by size
du -hs <directory>/* | sort -n -r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment