Answers for "how to copy files to a folder in ubuntu"

4

copy all files from a folder to another ubuntu

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

how to copy a file in ubuntu

cp <file name> <where to copy path name>
Posted by: Guest on August-22-2021

Code answers related to "how to copy files to a folder in ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language