mirror of
https://git.busybox.net/busybox
synced 2025-07-01 12:36:15 +02:00
3 lines
64 B
Text
3 lines
64 B
Text
echo foo | bzip2 >foo.bz2
|
|
busybox bzcat foo.bz2
|
|
test -f foo.bz2
|