Phill Pafford
09-20-2006, 03:10 PM
Ok, I need help writing a perl script to grep a large set of number (Over 11,000) when of if found the I need to output to a file the zipfile it was found in and the timestamp of that file.
There are many subdirectories in the main directory and each directory has some files in it, im looknig to match one of the number from my list. When it finds a match, output the zip file name and the timestamp to a log file. Then move to the next number to grep but start from the main directory again.
I have never attempted to do something this size and wanted to know if there was a script allready made or maybe some code to head me in the right direction.
There are many subdirectories in the main directory and each directory has some files in it, im looknig to match one of the number from my list. When it finds a match, output the zip file name and the timestamp to a log file. Then move to the next number to grep but start from the main directory again.
I have never attempted to do something this size and wanted to know if there was a script allready made or maybe some code to head me in the right direction.