/ BASH, LINUX

Copy Contents of Directory into Another

I don’t know why this is so difficult to remember but here it is. Notice the trailing . on the end of source

$ cp -ra /path/to/source/. /path/to/destination