[EMAIL PROTECTED] (Jonathan Wilson) writes:
> Hey,
>
> I need to remove every single line in a bunch of log files that contain to certain
>IPs, in order to find something else I'm looking for. Sounds like an awk or sed job -
>anyone have an idea?
>
> TIA
awk '!/ipone|iptwo/' inputfile >outputfile
Like:
awk '!/111\.111\.111|222\.222\.222/' inputfile >outputfile
_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list