This commit is contained in:
bootandy
2018-03-16 16:05:42 -04:00
parent 8356cc6e1b
commit 9f5fe4d01e
3 changed files with 13 additions and 9 deletions
+6 -2
View File
@@ -1,5 +1,9 @@
# dus
a rust alternative to du
# Dust
du + rust = dust. A rust alternative to du
unlike du, dust is meant to give you an instant overview of which directories are using disk space.
du is good when combined with sort and head. Dust is an all in one command.
do not use. strickly experimental for me messing around with rust.