Answers for "ubuntu command copy folder contents into another"

10

copy folder ubuntu

$ cp -r /source_directory /destination_directory
Posted by: Guest on November-12-2020
4

copy all files from a folder to another ubuntu

cp -a ./source/. ./dest/
Posted by: Guest on September-03-2020

Code answers related to "ubuntu command copy folder contents into another"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language