Like i have a text file abc.txt and it is like this
we 2 rt 3 re 3 tr vh kn mo
we 3 rt 5 re 5 tr yh kn me
we 4 rt 6 re 33 tr ph kn m3
we 5 rt 9 re 34 tr oh kn me
we 6 rt 8 re 32 tr kh kn md
now i want the values against the tr and after filtering it should get this result
[vh,yh,ph,oh,kh]
can anyone tell how to do it.what code should be write for it