SEARCH STRINGS IN LARGE TXT FILE
200 USDtxt file with upto 900 million lines
i want to search string in each line if string found(as a substring of the line) return the line, if there are multiple lines return all of them
speed should be quite high (less than 0.1 second per search)
-
2 days30 USD
132 2 0 2 days30 USDHi, Im not sure it will be possible, but i want to try it. I need the file to check and to say exactly.
-
Який розмір файла?
-
тим паче 900 мільйонів рядків - а якщо вказане слово буде у кожній строці? чи нехай у кожній 5? і це все вивести за 0.1 сек? ви в якій реальності живете?
-
sed,awk,grep - Linux команди не підходять для пошуку? може зекономлю вам 20 баксів
-
Файл отсортирован по алфавиту?
-
Its possible to find strings in a huge file less than in 1 sec. No needs to read all file, but file has to be sorted.
-
Прикріпіть тут даний файл )))
-