nt9856x/BSP/busybox/testsuite/bzcat/bzcat-does-not-remove-compressed-file
2023-03-28 15:07:53 +08:00

4 lines
64 B
Plaintext

echo foo | bzip2 >foo.bz2
busybox bzcat foo.bz2
test -f foo.bz2