My apologies in advance for such a simple question. I noticed a similar posting on removing redundancy - tried to modify it to work for my scenario but can't quite get it to work.
I have a file in the following tab-delimited format:
text1 text-a text-a text-b text-a
text1 text-c
text2 text-a text-b
text2 text-b text-d
etc...
I need to combine all data for "text1","text2", etc. while at the same time removing it's redundancy. So the output for this file will look like this:
text1 text-a text-b text-c
text2 text-a text-b text-d
Hopefully this makes sense and many thanks in advance for your help.
freddie
In reply to Removing redundancy in X and Y directions by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |