From 8d98171b82fc2a326bddb66331e74c6e8d7d7be7 Mon Sep 17 00:00:00 2001 From: bootandy Date: Tue, 3 Apr 2018 17:17:04 +0100 Subject: [PATCH] Update README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5d67764..f033a4e 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ Dust will list the 15 biggest sub directories and will smartly recurse down the ``` Usage: dust +Usage: dust -s (apparent-size - shows the length of the file as opposed to the amount of disk space it uses) Usage: dust -n 30 (Shows 30 directories not 15) ``` @@ -35,3 +36,5 @@ djin:git/dust> dust 5.9M └── ./target/release/dust ``` Performance: dust is currently about 4 times slower than du. + +Note: Apparent-size is calculated slightly differently in dust to gdu. In dust each hard link is counted as using file_length space. In gdu only the first entry is counted.