|
|
|
|
|
by norco
1902 days ago
|
|
I don't understand how a serious effort would be required, even if the chosen delimiter being present within the data is an issue, the phone number is the first field. I can get all the phone numbers myself with a simple `cat * | cut -d ":" -f 1` |
|
If that's literally all you want, yes, it's not that hard. But a non-trivial number of people decided to put commas or colons in their names and other nonsense like that, there are lots of commas in the hometown or location fields which makes parsing those a pain, etc.