Answers for "ubuntu copy all files to another directory"

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 copy all files to another directory"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language