I have a file file_in.txt that has the below text in it:
MO CELL CHGR
RXOTG-11 B00227A 0
B00227B 0
B00227C 0
B00227A 1
B00227B 1
I want to only send the below to a file:
B00227A
B00227B
B00227C
B00227A
B00227B
So when CELL is found, print only the fields below it to a file > file_out
There may be only one field below sometimes, sometimes more.
Thanks for the assistance!
Beaster
MO CELL CHGR
RXOTG-11 B00227A 0
B00227B 0
B00227C 0
B00227A 1
B00227B 1
I want to only send the below to a file:
B00227A
B00227B
B00227C
B00227A
B00227B
So when CELL is found, print only the fields below it to a file > file_out
There may be only one field below sometimes, sometimes more.
Thanks for the assistance!
Beaster