Need to work a bit on a pretty big text file.
Could someone suggest something similar to "The Regex Coach" but to be able to save matched results only?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There are many good tools available. I regularly use the following. Based on the OP, it sounds like a simple use of grep would work (
grep pattern file > newfile).Many others as well (Perl, Python, etc.)