Hello everyone,
My file had 12 columns, I want those lines in my file where numbers in columns 9 and 10 includes digit "101".
For example : i am giving 3 lines of my file: ( columns to focus are colored green).
NM013123 14-74726235 100.00 18 0 0 11 28 141 100 0.080 36.2
NM013123 14-74726339 100.00 18 0 0 11 28 38 21 0.080 36.2
NM013123 14-74726235 100.00 18 0 0 11 28 80 124 0.080 36.2
Result file should have lines:
NM013123 14-74726235 100.00 18 0 0 11 28 141 100 0.080 36.2
NM013123 14-74726235 100.00 18 0 0 11 28 80 124 0.080 36.2
because "101" lies between 141 and 100
& between 80 and 124.
please help me...
Many Thanks in advance..