I ahve a flat file with numerous urls' within it. How would I go about getting a count of how many are within the file.
I was thinking count the string 'http://'
Can anyone help me accomplish this.
P.S. (Some lines are blank, so I don't think counting every line will work in my case)
Thank You