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?
cut
to get first 2 characters, then grep
with extended regexp to remove the lines in which they aren't the same.