Answers for "copy one folder contents to another in ubuntu terminal"

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 "copy one folder contents to another in ubuntu terminal"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language