Answers for "copy whole directory command line"

0

copy whole directory command line

cp -r /directory/to/copy /destination/path 
#Use "r" flag to copy whole directory
Posted by: Guest on February-18-2021

Code answers related to "copy whole directory command line"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language