|
|
|
|
|
by Natsu
1902 days ago
|
|
I'm not surprised, the data dump was an ugly mess of inconsistently encoded data in inconsistent formats with "delimiters" that often appear in the data itself. Cleaning that up is a serious effort and requires operations on huge files that are very difficult for most software to deal with. |
|
I can get all the phone numbers myself with a simple `cat * | cut -d ":" -f 1`