mirror of
https://github.com/sheumann/hush.git
synced 2024-11-05 21:04:56 +00:00
9cdb0601eb
(bunzip2_main): Read data from standard input if FILE argument is `-' or omitted. * include/usage.h (bunzip2_trivial_usage, bunzip2_full_usage): Rewrite. * testsuite/bunzip2/bunzip2-reads-from-standard-input: New.
3 lines
74 B
Plaintext
3 lines
74 B
Plaintext
echo foo | bzip2 -c | busybox bunzip2 -c > output
|
|
echo foo | cmp - output
|