Sign in
coral
/
busybox
/
256ee622249830d102c58edccf893104a4a34037
/
.
/
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