dfc
Gives an overview of the filesystem disk space usage with colors and graphs. More information: <https://github.com/Rolinh/dfc>.
Install
- All systems
-
curl cmd.cat/dfc.sh
- Debian
-
apt-get install dfc
- Ubuntu
-
apt-get install dfc
- Arch Linux
-
pacman -S dfc
- Kali Linux
-
apt-get install dfc
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install dfc
- OS X
-
brew install dfc
- Raspbian
-
apt-get install dfc
- Dockerfile
- dockerfile.run/dfc
Gives an overview of the filesystem disk space usage with colors and graphs. More information: <https://github.com/Rolinh/dfc>.
-
Display filesystems and their disk usage in human-readable form with colors and graphs:
dfc
-
Display all filesystems including pseudo, duplicate and inaccessible filesystems:
dfc -a
-
Display filesystems without color:
dfc -c never
-
Display filesystems containing "ext" in the filesystem type:
dfc -t ext
© tl;dr; authors and contributors