1) I have File1 containing a list of file names such as C0001.
2) I have a directory containing files with names like A_C0001_20240101.pdf
3) I need to pull the files from the directory that match to the names in File1.
Can someone show me how to do that.
Thank you.