From 4edeb049a1af1507b952ba73eb868888911dd5f5 Mon Sep 17 00:00:00 2001 From: Benjamin Trigona-Harany Date: Tue, 31 Dec 2019 17:56:54 +0700 Subject: system/dust: Added (more intuitive du). Signed-off-by: Willy Sudiarto Raharjo --- system/dust/README | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 system/dust/README (limited to 'system/dust/README') diff --git a/system/dust/README b/system/dust/README new file mode 100644 index 0000000000000..84a1a21a622fa --- /dev/null +++ b/system/dust/README @@ -0,0 +1,6 @@ +Dust is meant to give you an instant overview of which directories are using +disk space without requiring sort or head. + +Dust will list the 20 biggest sub directories or files and will smartly recurse +down the tree to find the larger ones. There is no need for a '-d' flag or a +'-h' flag. The largest sub directory will have its size shown in red. -- cgit v1.2.3