Re: FN-FORUM: Tracking MP3 downloads
date posted 1st March 2004 17:02
On Monday 01 Mar 2004 4:51 pm, Rus Foster wrote:
> egrep -v '192.168.0.1|172.16.0.1' /path/to/file
>
> That will drop both of the IP's
'zackly. I tend to grep for the file I want, then "grep -v"=20
the unwanted crud, and then pipe it into something...