mirror of
https://git.busybox.net/busybox
synced 2025-10-19 08:32:17 +00:00
5 lines
76 B
Text
5 lines
76 B
Text
touch foo
|
|
tar cf foo.tar foo
|
|
rm foo
|
|
cat foo.tar | busybox tar x
|
|
test -f foo
|