Skip to main content
Improved formatting. Minor fixes.
Source Link
Pablo A
  • 3.2k
  • 1
  • 26
  • 46

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) :screenshot

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.

enter image description herescreenshot

Two other open source command line tools, that display top disk space used, are:

ncdu : available in the repo of most Linux distributions.

Top Disk Usage (tdu) : A single static binary with no dependencies, written in Golang.

enter image description here

Two other open source command line tools, that display top disk space used, are:

ncdu

Available in the repo of most Linux distributions.

screenshot

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.

screenshot

Source Link

Two other open source command line tools, that display top disk space used, are:

ncdu : available in the repo of most Linux distributions.

Top Disk Usage (tdu) : A single static binary with no dependencies, written in Golang.

enter image description here