Here is the command in Linux or Mac (in Terminal) that will make one directory to be copied into another:
cp -r one_directory other_directory.
Important add is the argument -r
Check this link about copy command in Linux.
cp -r one_directory other_directory.
Important add is the argument -r
Check this link about copy command in Linux.