Hi all,
Is there an easy way to extract the entire line in a simple text file
that contains a "keyword" into another file.
For example:
"16/02/2004"," 8:47 AM","Added","EXAMPLE","141607","Bob Builder"
"16/02/2004","10:17 AM","Added","EXAMPLE","140235","Pat Boone"
"16/02/2004","10:47 AM","Added","EXAMPLE","140069","Donald Duck"
"16/02/2004","10:47 AM","Added","EXAMPLE","140563","Robert Rose"
"16/02/2004","10:47 AM","Added","EXAMPLE","140728","James Bond"
"16/02/2004","10:47 AM","Added","EXAMPLE","140751","Nicholas Brown"
If I wanted to extract the entire line with "140069" in it.
Thanks for any help
Is there an easy way to extract the entire line in a simple text file
that contains a "keyword" into another file.
For example:
"16/02/2004"," 8:47 AM","Added","EXAMPLE","141607","Bob Builder"
"16/02/2004","10:17 AM","Added","EXAMPLE","140235","Pat Boone"
"16/02/2004","10:47 AM","Added","EXAMPLE","140069","Donald Duck"
"16/02/2004","10:47 AM","Added","EXAMPLE","140563","Robert Rose"
"16/02/2004","10:47 AM","Added","EXAMPLE","140728","James Bond"
"16/02/2004","10:47 AM","Added","EXAMPLE","140751","Nicholas Brown"
If I wanted to extract the entire line with "140069" in it.
Thanks for any help