I have a file with many records (fixed format).
I need to select all records that start with 4 in the third column.
example
"fred",123,400,"Some text"
"A",0,456,"Text"
"A",0,100,"Stuff"
"A lot of text",99999,490,"A lot of text"
I need to select all records that start with 4 in the third column.
example
"fred",123,400,"Some text"
"A",0,456,"Text"
"A",0,100,"Stuff"
"A lot of text",99999,490,"A lot of text"