sasuser2006
Technical User
I've got a large file that I want to bounce against another large file to see which records exist on both file. Only problem is one of the files is over a half billion and the other is 200 million. I'm worried about using a grep command and exhausting the memory on the server. Does anybody have an alternate method to accomplish the grep functionality that may be less resource intensive than grep...i.e...a shell or perl script???