in reply to Indexing two large text files

Any suggestions?

Use a database :) like BerkeleyDB or DBD::SQLite and merge file2 into file1

Replies are listed 'Best First'.
Re^2: Indexing two large text files
by never_more (Initiate) on Apr 09, 2012 at 13:43 UTC
    Thanks I will give a try! :)