busybox/testsuite/cp/cp-dir-create-dir

5 lines
62 B
Plaintext
Raw Normal View History

2006-09-17 21:58:10 +05:30
mkdir bar
touch bar/baz
2006-09-17 21:58:10 +05:30
busybox cp -R bar foo
test -f foo/baz