minimal-linux-script/busybox-1.33.0/testsuite/tar/tar-extracts-to-standard-output
2023-11-16 23:19:36 -05:00

4 lines
75 B
Plaintext

echo foo > foo
tar cf foo.tar foo
cat foo.tar | busybox tar Ox | cmp foo -