Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cp-parents « cp « testsuite - git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e27c162850994a0f10293c108dc6cec52546ba04 (plain)
1
2
3
4
5
6
# 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