E
Emrah S
Guest
with the following structure:
//Open file
//For all lines of file
// Does pattern match?
// If so display to screen or write to file the matched data
//Close the file
//Open file
//For all lines of file
// Does pattern match?
// If so display to screen or write to file the matched data
//Close the file