Hello brothers,
I have a massive squid log file (400MB). I need to count the number of occurences of each url string within that log.
The format of the log basicaly is a series of lines, each line has a url, timestamp, bytes etc separated by spaces. Parsing that is no problem, however, what would be the most efficient method of counting the number of occurences of each url.
I take it arrays are out the question, but how would this work by using temp files without making a mess??
Please let me know...my job is the line!
Thanks
-Burhan