A command line disk usage information tool.
A better interface for df
.
You might also like musage
.
Both can be i.e. automatically executed upon login via ssh
to a remote machine by invoking them in the remote's .bashrc
or .zshrc
.
/
, /boot
and /mnt
for easy spotting.df -i
).bash
cargo install dusage
bash
pkgin install dusage
Or if you prefer to build it from source:
bash
cd /usr/pkgsrc/sysutils/dusage
make install
Precompiled binaries are available for multiple architectures in Releases.