mirror of
https://git.busybox.net/busybox
synced 2025-08-28 21:14:54 +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
|