bunzip2-removes-compressed-file 68 B

123
  1. echo foo | bzip2 >foo.bz2
  2. busybox bunzip2 foo.bz2
  3. test ! -f foo.bz2