Answers for "linux cli how to copy directory"

7

copy directory command in linux

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

copy folder linux command line

cp -R source_dir destination_dir
Posted by: Guest on July-31-2020

Code answers related to "linux cli how to copy directory"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language