xref
: /
busybox-1.35.0
/
testsuite
/
bzcat
/
bzcat-does-not-remove-compressed-file
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
echo foo | bzip2 >
foo.bz2
2
busybox bzcat
foo.bz2
3
test -f
foo.bz2
4