Easiest way to remove unwanted lines from a huge text file
- by Shawn
I have a large text file with a size of more than 30 megabytes. I want to remove all the lines which don't match some specific criteria, e.g. lines that don't have the string 'START'. What's the easiest way to do it?
Thanks.