search given set of files and copy to another directory
问题 There is a given set of file names in a needToFind.txt file such as: myImage1.jpg , theImage.jpg, parisImage.jpg (This is a flie that I will format it does not matter filee names are seperated with comma, or line break) And there is a folder named /MyImageFolder, which contains lets say 1000 images, and also contains myImage1.jpg , theImage.jpg, parisImage.jpg I want to find those given images and copy them to another directory. I want to search given file names in needToFind.txt, in a