busybox/testsuite/tar/tar-extracts-to-standard-output

4 lines
75 B
Plaintext
Raw Normal View History

2003-05-19 02:42:36 +05:30
echo foo > foo
tar cf foo.tar foo
cat foo.tar | busybox tar Ox | cmp foo -