I have a file with a list of part numbers in it. I need to read in the entire file one line at a time (over 2000 part numbers) and then take that list and find the duplicate numbers in a directory with several subdirectories under it. Once I find the duplicate numbers I have to move the duplicate numbers into a different directory to archive the part numbers. I have some experience in Perl but wanted to ask the experts on some advice before I write the script.
Thanks for the help..