YOUNGCODGER
Programmer
Hello,
I have an extremely large text file with over 1 million lines. The data is in fixed positions and relates to phone calls. I need to find how many times each number was called. 'Cut -c' and sort and sort will give me the list of numbers but how do I get a total for each number?
Many thanks,
Youngcodger