Answers for "linux cmd copy directory"

1

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
7

copy directory command in linux

$ cp -R <source_folder> <destination_folder>
Posted by: Guest on August-26-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language