Add another example of why reservoir is useful.
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 22 Jul 2006 12:36:25 +0000 (12:36 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 22 Jul 2006 12:36:25 +0000 (12:36 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/utils@6765 cda61777-01e9-0310-a592-d414129be87e

reservoir/reservoir.but

index 425983a..875f3db 100644 (file)
@@ -94,6 +94,12 @@ your data will be lost. Also, the file is not replaced atomically.
 This method is very convenient in non-critical situations, but is
 not recommended for critical or automated use.)
 
+Another use for \cw{-o} is for requesting a list of files using
+\c{find}(1) or \c{ls}(1), without the output file appearing in the
+list:
+
+\c $ find . -type f | reservoir -o filelist
+
 \U LICENCE
 
 \cw{reservoir} is free software, distributed under the MIT licence. Type