3 lines
72 B
Text
3 lines
72 B
Text
![]() |
echo foo | gzip -c | busybox gunzip -c > output
|
||
|
echo foo | cmp - output
|