6 lines
71 B
Plaintext
6 lines
71 B
Plaintext
|
touch foo
|
||
|
tar cf foo.tar foo
|
||
|
rm foo
|
||
|
busybox tar xf foo.tar
|
||
|
test -f foo
|