2 lines
68 B
Text
2 lines
68 B
Text
echo foo | bzip2 | busybox bunzip2 > output
|
|
echo foo | cmp - output
|
echo foo | bzip2 | busybox bunzip2 > output
|
|
echo foo | cmp - output
|