I am writing an AWK script that takes a list of dates and formats it into a list that is easier to read. I could not do that.
The real problem is this. After displaying the list, I want to display how many times “2010” appears in the text file.
How should I do it? I was looking for days, and I came up with absolutely nothing.
source
share