Here is the input:
1|mary||1|2|4|12
2|bob|admin|2|2|3|107
3|dave|operator|4|3|4|7|8|14
4|ron|analyst|8|8|110
Here is what I want:
1|mary||1|2|4|12
2|bob|admin|2|3|107
3|dave|operator|4|3|7|8|14
4|ron|analyst|8|110
You may notice, the duplicate numbers in lines 2 3 and 4 were
eliminated.
I thought about using an array to dupe them but shells don't have
arrays, and for reasons I don't want to go into we can't use Perl.
Thanks in advance...
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.