Name: Anonymous 2017-10-15 3:06
Hello, I have a project in which we need to count how many dubs numbers there are in a massive list of numbers (trillions of numbers). How can I do this efficiently?
rev <file> | sort | uniq -c | rev