in reply to Parsing Zonefiles
I don't have a lot of DNS experience, but any time you're trying to remove duplicates, a little voice should whisper "hash" in your ear. If you can parse the file so that each unique entry becomes the key of a hash, the hash will remove the duplicates for you.
Brad
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Parsing Zonefiles
by Elijah_A (Novice) on Aug 05, 2004 at 07:05 UTC | |
by hmerrill (Friar) on Aug 05, 2004 at 11:41 UTC |