Closed gwagener closed 7 years ago
I tried the following
cpx {a,b}/* c/
expecting all the files from inside a/ and b/ to be copied into c/. Instead I ended up with c/a/ and c/b/.
a/
b/
c/
c/a/
c/b/
I'm not sure if this is a bug or my expectations are wrong.
I'm sorry that I overlooked notifications.
This is intentional. This tool copies files as keeping the path from the common parent directory.
I tried the following
expecting all the files from inside
a/
andb/
to be copied intoc/
. Instead I ended up withc/a/
andc/b/
.I'm not sure if this is a bug or my expectations are wrong.