xref
: /
busybox-1.35.0
/
testsuite
/
tar
/
tar-extracts-from-standard-input
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
touch foo
2
tar cf
foo.tar
foo
3
rm foo
4
cat
foo.tar
| busybox tar x
5
test -f foo
6