On Thu, Jul 24, 2003 at 09:58:57AM -0400, daniel wrote: > > sed -e s/^192\.168\.1\.2.*// mysite.com.log > > but it doesn't work. To do this under sed you want the 'd' command sed /^192\.168\.1\.2/d < mysite.com.log