6 lines
79 B
Plaintext
6 lines
79 B
Plaintext
mkdir bar
|
|
touch bar/baz
|
|
mkdir foo
|
|
busybox cp -R bar foo
|
|
test -f foo/bar/baz
|