Comment on [deleted]
jonne@infosec.pub 1 week ago
Really depends on what data it is and whether you want to search it regularly or just as a one time thing.
You could load them into an rdbms (MySQL/Postgres) and have it handle the indexing, or use python tools to process the files.
If it’s just a one time thing grep is probably fine tho.