Instantly share code, notes, and snippets.
list all size of directory, sort by size
du -sh * | sort -hr