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