Copy Directories

The first directory listed is the one to copy, the second is where it’s copied to.

cp -r /path/to/copy /path/to/write/to
Snippets and tagged