Answers for "cp all files in directory to another directory linux"

5

copy all files from a folder to another ubuntu

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

unix cp all files and folders at once

# cp -r /home/mageshm/public_ftp/ /home/mageshm/public_html/ /home/2daygeek/cp-test
Posted by: Guest on July-13-2021

Code answers related to "cp all files in directory to another directory linux"

Browse Popular Code Answers by Language