Hi,
I have esds file1:
10 10000
11 50000
12 40000
13 90000
another esds file2:
16 10000
18 90000
20 40000
21 26000
I want output esds file like:
10 10000
16 10000
11 50000
12 40000
20 40000
13 90000
18 90000
21 26000
the second field is repeating and i want the same field to come one after in the output file.
Can anyone tell me how i can sort these record using sot/icetool utility keeping second duplicate field in sequence.
In the above example the first field is non repeating even if the second fields gets duplicates in second file.
the ascending or descending sequence is not important.