From eb964b0bdec25b6e160069dbfb316a70cffc9a4c Mon Sep 17 00:00:00 2001 From: Moinak Ghosh Date: Fri, 26 Apr 2013 18:46:14 +0530 Subject: [PATCH] Update README. --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 65e4965..bc37009 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Usage just a hint and may get automatically adjusted. - Can be a number from 0 meaning minimum and 14 meaning maximum compression. - '-' - If '-' is given as the final argument then it specified that + '-' - If '-' is given as the final argument then it specifies that compressed output should go to stdout. NOTE: The option "libbsc" uses Ilya Grebnov's block sorting compression library @@ -82,8 +82,11 @@ NOTE: The option "libbsc" uses Ilya Grebnov's block sorting compression library To decompress a file compressed using above command: pcompress -d + + can be '-' to indicate reading from stdin while write goes + to - To operate as a pipe, read from stdin and write to stdout: + To operate as a full pipe, read from stdin and write to stdout: pcompress -p ... Attempt Rabin fingerprinting based deduplication on chunks: