Hacker News new | ask | show | jobs
by TomNomNom 2287 days ago
My advice is to sort the files just-in-time using the shell:

    comm <(sort fileA.txt) <(sort fileB.txt)