Searching through many text files Ok, here's what happened. I accidentally deleted an encrypted folder. To solve this problem I used a few utilities to recover lost data from ext3 partitions. I sent all the recovered info to /media/external. I ended up with 67 folders worth of recovered media.
/media/external/recover.[1-67]
Each file within those subdirectories is in the form of fxxxxxxx.[txt | gz |html] with x being a number. I was wondering if I could use grep to search through all the files in all of these directories to locate an email address. |