Use cp command to copy multiple files from a directory code example
Example: Use cp command to copy multiple files from a directory
cp /home/usr/dir/{file1,file2,file3,file4} /home/usr/destination/
cp /home/usr/dir/{file1,file2,file3,file4} /home/usr/destination/