--- a/README.md +++ b/README.md @@ -2,10 +2,10 @@ [![Build Status](https://travis-ci.org/sharkdp/diskus.svg?branch=master)](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