Application Center Administration - findstr grep SMTP adresses

This is Interesting: Free IT Magazines  
Home > Archive > Application Center Administration > January 2007 > findstr grep SMTP adresses





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author findstr grep SMTP adresses
Gregg Dotoli

2007-01-11, 1:24 pm

I'm creating a security script to find all email addresses on a disk volme. I
have the recursive for loop working but findstr is ignoring my escaped
character.

for /r "c:\" %a in (*.) do grep \w[@]\w * %a
works but when I escape the . for the .com
for /r "c:\" %a in (*.) do grep \w[@]\w\.com * %a
it fails.

Please help

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com