in reply to (How) can I use regex patterns to find matching lines in a textfile?

Ritter, if you are using unix you might want to consider using grep
system ("grep pattern | head -maxnumberofmacthes");
AA
  • Comment on Re: (How) can I use regex patterns to find matching lines in a textfile?
  • Download Code