Update README.md

include dutree in alternatives
This commit is contained in:
andy.boot
2020-02-03 20:52:12 +00:00
committed by GitHub
parent d2b959fdcf
commit 4a62fc5726
+1
View File
@@ -71,6 +71,7 @@ Dust uses a parallel fetching implementation that greatly improves performance f
## Alternatives ## Alternatives
* [NCDU](https://dev.yorhel.nl/ncdu) * [NCDU](https://dev.yorhel.nl/ncdu)
* [dutree](https://github.com/nachoparker/dutree)
* du -d 1 -h | sort -h * du -d 1 -h | sort -h
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. 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.