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

cp-dir-existing-dir « cp « testsuite - git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5ba3f8e330032f6ffbbc604c7ef65aeca4e8a847 (plain)
1
2
3
4
5
mkdir bar 
touch bar/baz
mkdir foo
busybox cp -R bar foo 
test -f foo/bar/baz