Answers for "copy everything in a directory linux"

5

copy all files from a folder to another ubuntu

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

copy folder linux

cp -R dir1 dir2
Posted by: Guest on May-14-2020
1

copy everything in a directory linux

cp -a /source/. /dest/
Posted by: Guest on January-06-2021
0

copy everything in a directory linux

cp -r ~/folder1/. ~/new_folder1
Posted by: Guest on May-17-2021

Code answers related to "copy everything in a directory linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language