I have a file, in which each statement reads something like:
"texthere ##-##-##-##-##-## texthere texthere ##-##-####"
What I want to do is search the file, line by line, for ##-##-##-##-##-##, each ## individualy, and have it count how many times all the different ##'s appeared...