Answers for "copy all directories from a folder linux with details"

0

linux copy all directory contents to another directory

rsync -a source/ destination
Posted by: Guest on May-02-2021
0

copying directories in linux

#first - open the directory where the file is located.
#cp filename /home/YourUserName/Desktop/ -r
#for example
cp Books /home/kali/Desktop/ -r
Posted by: Guest on May-01-2021

Code answers related to "copy all directories from a folder linux with details"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language