summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLudovic Pouzenc <ludovic@pouzenc.fr>2018-12-02 20:36:47 +0100
committerLudovic Pouzenc <ludovic@pouzenc.fr>2018-12-02 20:36:47 +0100
commitb88c7acdf87743ac7ec8c5e86156dbde030cb860 (patch)
treee36eaa1f97d14d013ee667db6c9f0c1e198d8c34 /README
downloadpidu-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--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..44d9a35
--- /dev/null
+++ b/README
@@ -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.