As a part of my workflow, I often face this scenario:
- I have a folder with let's say, 100 files named 1.mov to 100.mov
- I have a list of valid files let's say, files 1.mov, 2.mov .... 15.mov (These names can be random)
Now I want finder to separate the valid files from the heap of original files by either marking them or creating a new folder and copying them recursively.
How can I achieve this with automator?