mv or cp with multiple files
mv -t DESTINATION file1 file2 file3
cp /home/usr/dir/{file1,file2,file3,file4} /home/usr/destination/
https://askubuntu.com/questions/214560/how-to-move-multiple-files-at-once-to-a-specific-destination-directory
https://askubuntu.com/questions/327282/copying-multiple-specific-files-from-one-folder-to-another