How to sort a 2D Array using UNIX sort?
I have a tab separated file input(where ',' refers to a new line) ,with
input like 123232 343434, 232323 111111, 232311 343434, 897980 110000,
232323 111111 I have to sort this array acc to the second column using
UNIX Sort. The code can be in C or Shell.
No comments:
Post a Comment