Answers for "copy folder shell command"

7

copy directory command in linux

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

bash copy folder

$ cp -r pics documents
Posted by: Guest on March-24-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language