mirror of
https://git.busybox.net/busybox
synced 2025-05-10 12:43:48 +02:00
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
6 lines
167 B
Text
6 lines
167 B
Text
# 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
|