diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -0,0 +1,4 @@ +Parallel implementation of "du" (Disk Usage) command + +For now minimal enough to immitate "du -sk --apparent-size". +Add -j <N> option, to spawn N concurrent process. |