Recursively copy a directory's contents to another location (if the destination exists, the directory is copied inside it)

cp

cp -r {{path/to/source_directory}} {{path/to/target_directory}}

click the source code to copy install cp on any operating system with command-not-found.com