I have two files. One file has all the servers with my software installed. The other file is a list of all servers that may or may not have one of my servers in the list.
I had considered a diff, but it would simply show me all the differences. What I would like is something like:
Do any of the servers in file A ( my servers ) show up in File B ( all servers )? If they do, tell me.
Sounds simplistic and I'm probably overlooking something, but I've got a mental block.
I had considered a diff, but it would simply show me all the differences. What I would like is something like:
Do any of the servers in file A ( my servers ) show up in File B ( all servers )? If they do, tell me.
Sounds simplistic and I'm probably overlooking something, but I've got a mental block.