I'm in need of quickly parsing out a few hundred lines from a 500,000 line log file. I know that this is an easy task with perl and if I remember back far enough grep was the way to do it.
The problem is I wasn't very good when I was working with perl and now it's been a while. Can anyone help me with this and possibly provide any good links you have that would help me start learning perl again?
Thanks.
Edit:
I just thought about it some more and realized that grep is just a shell command. I plan to do this on an NT box with Active perl installed. What is the best way to do it? I think I remember hearing about grep for windows or is perl the way to go?
Please help a poor confused soul.
The problem is I wasn't very good when I was working with perl and now it's been a while. Can anyone help me with this and possibly provide any good links you have that would help me start learning perl again?
Thanks.
Edit:
I just thought about it some more and realized that grep is just a shell command. I plan to do this on an NT box with Active perl installed. What is the best way to do it? I think I remember hearing about grep for windows or is perl the way to go?
Please help a poor confused soul.