This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Apple-2gs-SW
/
hush
Watch
1
Star
0
Fork
0
You've already forked hush
mirror of
https://github.com/sheumann/hush.git
synced
2024-11-05 06:07:00 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
18e19f2b0d
hush
/
testsuite
/
bunzip2
/
bunzip2-reads-from-standard-input
3 lines
68 B
Plaintext
Raw
Normal View
History
Unescape
Escape
* testsuite/bunzip2/bunzip2-reads-from-standard-input: Remove -c flags. * testsuite/gunzip/gunzip-reads-from-standard-input: Likewise.
2002-03-27 22:48:39 +00:00
echo foo | bzip2 | busybox bunzip2 > output
* archival/bunzip2.c: Include <unistd.h>. (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.
2002-03-27 17:31:01 +00:00
echo foo | cmp - output
Reference in New Issue
Copy Permalink