Page 2 of 2

Re: disk usage tool?

Posted: 15. Dec 2012, 23:14
by mimosa
mate-utils is now in the repos; once installed, Disk Usage Analyser (with an 's') appears in the System menu.

Alas, the command line betrays no such sympathy for Greek etymology:

Code: Select all

mimosa[~]$ mate-disk-usage-analyser
bash: mate-disk-usage-analyser: command not found
In any case, that's a lot to type, so one could create an alias 'baobab' in .bashrc

Re: disk usage tool?

Posted: 9. May 2014, 16:13
by john256
barchi wrote: >8
i would like to request the tool "baobab" or something comparable.
Does anybody know a tool which is available via sourcery, to display the diskspace usage of files and folders?
Is there a "ls" parameter which is capable of that?
8<
I have recently discovered a wonderful CLI tool called ncdu.

Re: disk usage tool?

Posted: 14. May 2014, 03:59
by Atip
sudo ln /usr/bin/mate-disk-usage-analyzer /usr/bin/baobab

which baobab
/usr/bin/baobab

:D

Re: disk usage tool?

Posted: 14. May 2014, 14:22
by mimosa
ncdu looks excellent, and can easily be installed using Sourcery. Thanks for the tip!