From de44228c735b2399e87bea85023ed8f1280f30e6 Mon Sep 17 00:00:00 2001 From: Mike Pelletier Date: Wed, 28 Apr 2021 13:17:13 -0400 Subject: [PATCH] ``--pipe`` --- README.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.org b/README.org index 965eccb..67ddb92 100644 --- a/README.org +++ b/README.org @@ -59,3 +59,6 @@ Needed so that multiple fields can be cut from the input and keyed. *** ~--batch~ Don't run interactively. Don't livesort. Just process all the input, and then output the entire sorted output. + +*** ~--pipe~ +Output livesort to ~stderr~. When the end of input is reached, output the complete sorted results to ~stdout~ without waiting for the user to exit. This would allow livesort to be used in the middle of a pipeline.