bunzip2-reads-from-standard-input 68 B

12
  1. echo foo | bzip2 | busybox bunzip2 > output
  2. echo foo | cmp - output