Gitiles
Code Review
Sign In
192.168.1.100
/
T106_DC
/
9ed821d7e5d875a3395740a9cc2545671fa429b7
/
.
/
ap
/
app
/
busybox
/
src
/
testsuite
/
cp
/
cp-parents
blob: e27c162850994a0f10293c108dc6cec52546ba04 [
file
] [
log
] [
blame
]
# FEATURE: CONFIG_FEATURE_CP_LONG_OPTIONS
mkdir
-
p foo
/
bar
/
baz
touch foo
/
bar
/
baz
/
file
mkdir dir
busybox cp
--
parents foo
/
bar
/
baz
/
file dir
test
-
f dir
/
foo
/
bar
/
baz
/
file