diff options
author | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2018-12-02 20:36:47 +0100 |
---|---|---|
committer | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2018-12-02 20:36:47 +0100 |
commit | b88c7acdf87743ac7ec8c5e86156dbde030cb860 (patch) | |
tree | e36eaa1f97d14d013ee667db6c9f0c1e198d8c34 /README | |
download | pidu-b88c7acdf87743ac7ec8c5e86156dbde030cb860.tar.gz pidu-b88c7acdf87743ac7ec8c5e86156dbde030cb860.tar.bz2 pidu-b88c7acdf87743ac7ec8c5e86156dbde030cb860.zip |
Inital import. No options supported except -j<N>. Parallel "du -sk --apparent-size"
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. |