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

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