in reply to How to read a text file, extract a records that contains a string, export the result into a temporary file

$ grep TWO logfile.txt >output.txt
  • Comment on Re: How to read a text file, extract a records that contains a string, export the result into a temporary file
  • Download Code