3 lines
75 B
Text
3 lines
75 B
Text
echo foo > foo
|
|
tar cf foo.tar foo
|
|
cat foo.tar | busybox tar Ox | cmp foo -
|