howdy folks
i'm trying to keep up with the phonenumber
splits in my area and i need to figure out
how to take one number at a time from a file
like this
206
240
248
253
271
search for a matching exchange on a line
in a file like this
1000 313-981-3250
1080 313-671-2120
1120 313-326-4940
1440 313-522-1900
1480 313-841-1050
and if they match replace the area code
with the right one i.e.248
the first file is about 500 lines and the second is about 1500 lines. Any suggestions
you could make would be helpful.
thanks
i'm trying to keep up with the phonenumber
splits in my area and i need to figure out
how to take one number at a time from a file
like this
206
240
248
253
271
search for a matching exchange on a line
in a file like this
1000 313-981-3250
1080 313-671-2120
1120 313-326-4940
1440 313-522-1900
1480 313-841-1050
and if they match replace the area code
with the right one i.e.248
the first file is about 500 lines and the second is about 1500 lines. Any suggestions
you could make would be helpful.
thanks