What is faster?:
Searching for a word through multiple text files (Additionally which is faster: all the files in their own directories, or all in the same directory?)

or

Searching for a word through one file that is the sum of all the other files by stepping through it one "group" at a time?

Brewguru99