Answers for "copy file to folder linux ubuntu"

1

create and copy folder in ubuntu

$ cp -rv /source_directory /destination_directory

# r = copy directories recursively
# v = explain what is being done
Posted by: Guest on April-18-2021
0

how to copy a file in ubuntu

cp <file name> <where to copy path name>
Posted by: Guest on August-22-2021

Code answers related to "copy file to folder linux ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language