Add disk summarize tool (du.exe)
commit71bec37ab2e09770accade5b5c24f3ae28f3f836
authorTorgil Svensson <torgil.svensson@gmail.com>
Wed, 15 Aug 2007 06:37:05 +0000 (15 08:37 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Tue, 4 Sep 2007 13:51:42 +0000 (4 14:51 +0100)
treeb71796801bc30f69bc1c15e3c0eb580666f9b322
parentc3a9da1f8622a48e4d30494e8956364e1e1e4793
Add disk summarize tool (du.exe)

This tool can be used to keep track of disk usage.
For instance "du -sh /mingw" will summarize [-s] the disk space
used in the /mingw folder in human readable [-h] format.

Signed-off-by: Torgil Svensson <torgil.svensson@gmail.com>
bin/du.exe [new file with mode: 0644]