5 lines
76 B
Text
5 lines
76 B
Text
mkdir bar
|
|
touch bar/baz
|
|
mkdir foo
|
|
busybox cp -R bar foo
|
|
test -f foo/bar/baz
|