I have a file with 3 columns, separated by commas, and I want to show the duplicate lines in two columns of three columns. This is an example:
SIP/Bear-out-000b8cf123,6669544,79541868
SIP/Bear-out-000b8cf456,6619259,6549449
SIP/Bear-out-000b8cf789,6619677,6593022
SIP/Bear-out-000b8cf987,6619259,6549449
SIP/Bear-out-000b8cf654,6669544,79541868
The columns duplicates are second and thrid. The first column is always different.
The method is en BASH.