Click to See Complete Forum and Search --> : grep


Nandy
11-11-2000, 07:59 PM
I am trying to use the grep command to filter my isp scans and create a more user friendly file containing all the logs for except of the ones from my isp.

Have anybody do this?

Nandy

Nandy
11-11-2000, 08:19 PM
Never mind. I found the answer. I have to use the grep -v. Like this...

grep -v "24\.25\.83\.255" messages >log1

Know it is workig wonderfully and it is much easier to read the log know...

Nandy