On Fri, Aug 18, 2000 at 06:26:42PM +1000, Howard Lowndes wrote:
> It's Friday and nearly turps time, and I have been under DoS most of the
> day, so the brain is pretty addled.
> 

:)

> If I have a list of IPs with many duplicates, what is the best way to
> extract a list of unique IPs?
> 

a nice script with awk ?
     
#!/bin/bash
filename="blubb.txt"
for i in `cat $filename | awk -F .... 

-- 
Lat: 39 55 N Long: 32 50 E
----------------------------------------------------------------------
Public-gpg-Key: http://tr.debian.net/amu/amu.key


--
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug

Reply via email to