summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
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.