Write files when extracting an archive from standard input.

This commit is contained in:
Matt Kraai
2001-12-20 22:09:31 +00:00
parent c5b5cab37d
commit 2b1effdbbc
2 changed files with 13 additions and 16 deletions

View File

@ -0,0 +1,5 @@
touch foo
tar cf foo.tar foo
rm foo
cat foo.tar | busybox tar x
test -f foo