Hi everyone,
Here is the senerio, We logged the processing and transfer of emails on our exchange server. But recently the logs are so huge (300MB and above) that there is no way of opening it
to find a certain text, like searching for a line of code.
Is there a way (Like grep in Unix) to search for a certain
text in the log file(ex: Perl Search.pl JohnDoe@test.com), maybe passed the exact text to the script to search and
print out the result via HTML or generate a seperate log
file with the result content?
Thank you so much!