Using the following data (this list could be several thousand lines long):
Apple
Orange
Strawberry
Orange
Apple
Apple
Tomato
I would like to count and return the item that occurs the most (Apple) then the one that returns 2nd most (Orange). If item only occurs once then it can be ignored...