Guest_imported
New member
- Jan 1, 1970
- 0
Hi There!
Could someone help me out on this? For Example, I have a file which contain the details as shown below:
ABCD
BCDE
DEFG
BCDE
ABCD
ABCD
DEFG
How Can I Sort this File out such that I have the following output counting the number of occurences of the particular line in the file:
ABCD 3
BCDE 2
DEFG 2
Thanks A lot!
Regards,
klstra
Could someone help me out on this? For Example, I have a file which contain the details as shown below:
ABCD
BCDE
DEFG
BCDE
ABCD
ABCD
DEFG
How Can I Sort this File out such that I have the following output counting the number of occurences of the particular line in the file:
ABCD 3
BCDE 2
DEFG 2
Thanks A lot!
Regards,
klstra