in reply to Re^2: file merge with config(parameter) files
in thread file merge with config(parameter) files

Read the smaller file line by line, and store the relevant entries in a hash table. That's what I meant with "store in memory".

  • Comment on Re^3: file merge with config(parameter) files