Answers for "how to copy whole directory in linux"

7

copy directory command in linux

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

how to copy folder in linux

cp -r yourF ./desdination
Posted by: Guest on July-28-2021

Code answers related to "how to copy whole directory in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language