Sign in
nest-open-source
/
nest-learning-thermostat
/
5.1
/
busybox
/
4e78bdb482363ce3d708250ad80a9b303c48ade7
/
.
/
busybox-1.19.3
/
testsuite
/
tar
/
tar-archives-multiple-files
blob: 245d9e9892ec7cb4dcc363c7ce2da0f9926914a3 [
file
] [
log
] [
blame
]
# FEATURE: CONFIG_FEATURE_TAR_CREATE
touch foo bar
busybox tar cf foo
.
tar foo bar
rm foo bar
tar xf foo
.
tar
test
-
f foo
-
a
-
f bar