3 lines
74 B
Plaintext
3 lines
74 B
Plaintext
|
echo foo | bzip2 -c | busybox bunzip2 -c > output
|
||
|
echo foo | cmp - output
|