Hello to everyone. I need a help with this one.
I have a multicolumn file and I want to get a new file which contains only those lines that have the same value of a certain field (say 3rd) - all of them.
For example, I want this:
1 2 3 p
w 3 5 l
q 9 3 i
w 1 3 m
1 z 1 e
2 d 5 v
t 1 2 7
to become this:
1 2 3 p
w 3 5 l
q 9 3 i
w 1 3 m
2 d 5 v
Thank you.
Zeljko Babic
I have a multicolumn file and I want to get a new file which contains only those lines that have the same value of a certain field (say 3rd) - all of them.
For example, I want this:
1 2 3 p
w 3 5 l
q 9 3 i
w 1 3 m
1 z 1 e
2 d 5 v
t 1 2 7
to become this:
1 2 3 p
w 3 5 l
q 9 3 i
w 1 3 m
2 d 5 v
Thank you.
Zeljko Babic