comparison of files

2003-12-16 Thread Brent Bailey
hello, I have been trying to write a shell script that will compare 2 files and generate a 3rd. i have a list of abusive IP's generated by our router. I want to compare it against a list of known abuse IPs ..and have it create a file of repeat offenders. ive tired to use comm to compare file1

Re: comparison of files

2003-12-16 Thread Chris Pressey
On Tue, 16 Dec 2003 16:31:22 -0500 (EST) Brent Bailey [EMAIL PROTECTED] wrote: hello, I have been trying to write a shell script that will compare 2 files and generate a 3rd. i have a list of abusive IP's generated by our router. I want to compare it against a list of known abuse IPs

Re: comparison of files

2003-12-16 Thread Chris Pressey
On Tue, 16 Dec 2003 16:38:15 -0500 (EST) Brent Bailey [EMAIL PROTECTED] wrote: yes sorted in numerical order by IP -- Brent Bailey CCNA Bmyster LLC Computer Networking and Webhosting Network Engineer, Webmaster, President http://www.bmyster.com [EMAIL PROTECTED] 207-247-8330 On

Re: comparison of files

2003-12-16 Thread Scott W
Brent Bailey wrote: hello, I have been trying to write a shell script that will compare 2 files and generate a 3rd. i have a list of abusive IP's generated by our router. I want to compare it against a list of known abuse IPs ..and have it create a file of repeat offenders. ive tired to use comm