Results 1 to 2 of 2
I have two lists of IP's OLDLIST and NEWLIST
I want to make script to comparison the old one with the NEWLIST and If IP not found in the new ...
- 06-24-2009 #1Just Joined!
- Join Date
- May 2009
- Posts
- 5
simple comparison script
I have two lists of IP's OLDLIST and NEWLIST
I want to make script to comparison the old one with the NEWLIST and If IP not found in the new list put it in output file named FINALLIST
Can anyone help me ?
- 06-24-2009 #2
You could use `diff`
You may need to tweak it a little to do exactly what you want.Code:diff OLDLIST NEWLIST
Can't tell an OS by it's GUI


Reply With Quote