I have two csv files.
One that has columns that look like this:
10.10.10.10 madeupdnsentry.domain.com
and the other looks like this:
10.10.10.10 ABCD.EFGH.1234
I'd like to compare and combine the entries that match. So I could end up with:
10.10.10.10 madeupdnsentry.domain.com ABCD.EFGH.1234
What would be the best way to do that? It has about 1000 entries some will have matches some won't. Any help is appreciated.