Answers for "how to copy multiple files with 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 "how to copy multiple files with cp"

Browse Popular Code Answers by Language