email address extraction from a document

mikeyeye

Estimable
Aug 6, 2014
1
0
4,510
Hi anyone know how to do the following. I have a zip folder which contains multiple other folders in which contains an attachment document that contains an email address somewhere within the document. Anyone know how to extract the email addresses from the folders in one go as opposed to opening each folder, attachment and document?
 
Solution
See if you can find a free version of grep for windows. It's made to search within files. If by a "zip folder" you mean a NTFS compressed folder, then grep will work. If you mean an actual zip file/folder, then it will need decompressed in order for grep to be able to see within the files.

Hawkeye22

Distinguished
Moderator
See if you can find a free version of grep for windows. It's made to search within files. If by a "zip folder" you mean a NTFS compressed folder, then grep will work. If you mean an actual zip file/folder, then it will need decompressed in order for grep to be able to see within the files.
 
Solution