Answers for "bash copy directory and all contents"

7

copy folder ubuntu

$ cp -r /source_directory /destination_directory
Posted by: Guest on November-12-2020
1

bash copy directory and all contents

cp -r /path/to/directory /path/to/location/new-name
Posted by: Guest on October-03-2020
0

linux copy all directory contents to another directory

rsync -a source/ destination
Posted by: Guest on May-02-2021
0

bash copy folder

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

Code answers related to "bash copy directory and all contents"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language