Answers for "Use cp command to copy multiple files from a directory"

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 "Use cp command to copy multiple files from a directory"

Browse Popular Code Answers by Language