mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-13 15:20:07 +02:00
16 lines
643 B
Diff
16 lines
643 B
Diff
--- a/README.md
|
|
+++ b/README.md
|
|
@@ -2,10 +2,10 @@
|
|
|
|
[](https://travis-ci.org/sharkdp/diskus)
|
|
|
|
-*A minimal, fast alternative to `du -sh`.*
|
|
+*A minimal, fast alternative to `du -sb`.*
|
|
|
|
`diskus` is a very simple program that computes the total size of the current directory. It is a
|
|
-parallelized version of `du -sh`. On my 8-core laptop, it is about ten times faster than `du` with
|
|
+parallelized version of `du -sb`. On my 8-core laptop, it is about ten times faster than `du` with
|
|
a cold disk cache and more than three times faster with a warm disk cache.
|
|
|
|
``` bash
|