sandeepmur
Programmer
Hi,
I have a file with 5 columns of data in it and I need to group the data according to the 5th column not really sort..
The data in my 5th column reads something like:
SAP
SAP
SBL
TTT
SBL
SBL
SBL
SAP
I want to obtain all the data but ordering them according to the 5th column..
I tried using sort in shell but not really giving me what i need...
any suggestions ?
thnx
I have a file with 5 columns of data in it and I need to group the data according to the 5th column not really sort..
The data in my 5th column reads something like:
SAP
SAP
SBL
TTT
SBL
SBL
SBL
SAP
I want to obtain all the data but ordering them according to the 5th column..
I tried using sort in shell but not really giving me what i need...
any suggestions ?
thnx