> does anyone know a grep statement that i could use to tell > the differences between two Blacklists?
You could try running the lists through sort, then use diff. Adam
> does anyone know a grep statement that i could use to tell > the differences between two Blacklists?
You could try running the lists through sort, then use diff. Adam