mirror of
https://git.busybox.net/busybox
synced 2025-05-11 21:23:47 +02:00
5 lines
71 B
Text
5 lines
71 B
Text
touch foo
|
|
tar cf foo.tar foo
|
|
rm foo
|
|
busybox tar xf foo.tar
|
|
test -f foo
|