[PLUG] access_log

Paul Heinlein heinlein at attbi.com
Thu Aug 22 21:54:23 UTC 2002


On Thu, 22 Aug 2002, Matt Alexander wrote:

> grep -v cmd.exe mydomain.log | grep -v root.exe > nicecleanlog.log

Or

  grep -v -E '/(cmd|root)\.exe' access_log > niceclean_log

:-)

--Paul Heinlein <heinlein at attbi.com>





More information about the PLUG mailing list