diff options
author | Jim Meyering <meyering@redhat.com> | 2007-11-01 22:34:36 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2007-11-01 22:34:36 +0100 |
commit | c70fc8d87b52e932013e992fb2700fedd53d2170 (patch) | |
tree | 322269268238085e21e577210c1aee009428b972 /ChangeLog | |
parent | e556eaa59edf8dfecc763fb13cf288fb1b4d3a40 (diff) | |
download | coreutils-c70fc8d87b52e932013e992fb2700fedd53d2170.tar.xz |
Add example inspired by "make dist" running gzip and lzma in sequence.
* doc/coreutils.texi (tee invocation): Show how to run tar just
once, compressing the tee'd output streams in parallel.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2007-11-01 Jim Meyering <meyering@redhat.com> + Add example inspired by "make dist" running gzip and lzma in sequence. + * doc/coreutils.texi (tee invocation): Show how to run tar just + once, compressing the tee'd output streams in parallel. + Say that the first process substitution example is contrived. * doc/coreutils.texi (tee invocation): ... and show how to do it properly. Pointed out by James Antill. |