From 370637c87b1765ddfec6dd871d36406562b5f335 Mon Sep 17 00:00:00 2001 From: Austin Date: Wed, 30 Sep 2020 23:56:40 +0200 Subject: [PATCH] dfc: add page --- pages/common/dfc.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/common/dfc.md diff --git a/pages/common/dfc.md b/pages/common/dfc.md new file mode 100644 index 000000000..4d54b0e98 --- /dev/null +++ b/pages/common/dfc.md @@ -0,0 +1,20 @@ +# dfc + +> Gives an overview of the file system disk space usage with colours and graphs. +> See also `df`. + +- Display file systems and their disk usage in human readable form with colours and graphs: + +`dfc` + +- Display all file systems including pseudo, duplicate and inaccessible file systems: + +`dfc -a` + +- Display file systems without colour: + +`dfc -c never` + +- Display file systems containing "ext" in the file system type: + +`dfc -t ext`