Answers for "linux cp all files in directory"

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 "linux cp all files in directory"

Browse Popular Code Answers by Language