Answers for "copy multiple files at once cp"

1

Use cp command to copy multiple files from a directory

cp /home/usr/dir/{file1,file2,file3,file4} /home/usr/destination/
Posted by: Guest on May-11-2021

Code answers related to "copy multiple files at once cp"

Browse Popular Code Answers by Language