This website requires JavaScript.
Explore
Help
Register
Sign In
emo
/
busybox
Watch
1
Star
0
Fork
0
You've already forked busybox
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
cd0f6b0c93
busybox
/
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-28 04:18:39 +05:30
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 23:01:01 +05:30
echo foo | cmp - output
Reference in New Issue
Copy Permalink