Sign in
nest-open-source
/
nest-learning-thermostat
/
5.1.3
/
busybox
/
edda7f91fbd2482713838673f9c287d4933cd9c4
/
.
/
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