|
||
Title: Find phone numbers in billions of files Post by chuncl on Sep 30th, 2008, 10:36am Find phone numbers in a directory containing some billions of files. I just said use a regular expression, u can use it in grep or u can use it in sed type of scripting or u can write a Java/C++ program |
||
Title: Re: Find phone numbers in billions of files Post by towr on Sep 30th, 2008, 10:57am A phone directory usually has some order in it you could exploit. If they are just random files, then regular expressions is the best you can do for a single search. (If you will need to do many searches, preprocessing the data becomes useful.) |
||
Powered by YaBB 1 Gold - SP 1.4! Forum software copyright © 2000-2004 Yet another Bulletin Board |