Pregunta de entrevista de LinkedIn

How do you search thrgough huge flatfile?

Respuestas de entrevistas

Anónimo

10 abr 2011

You can search using 1. Regex by giving a pattern or a string. 2. Read line by line and then take each line and parse all the tokens in the line and check each token is the required token or not.

2

Anónimo

19 mar 2012

we can use Regular expression search on the file - by Unix command grep

Anónimo

14 feb 2011

Is there a better way than chunking? can you use a database?