5 lines
89 B
Plaintext
5 lines
89 B
Plaintext
|
touch foo
|
||
|
tar cf foo.tar foo
|
||
|
echo foo >foo.exclude
|
||
|
busybox tar xf foo.tar -X foo.exclude
|