gunzip-reads-from-standard-input 66 B

12
  1. echo foo | gzip | busybox gunzip > output
  2. echo foo | cmp - output