Two other open source command line tools, that display top disk space used, are:
ncdu
ncdu : available Available in the repo of most Linux distributions.
Top Disk Usage (tdu) :
Top Disk Usage (tdu)
A single static binary with no dependencies, written in Golang.
You want to know what is using all your disk space ? This command-line tool estimates the disk space occupied by all files in a given path. It displays a sorted list of the biggest items. The estimation method is similar to the 'du -skx' command from GNU Coreutils package.
