Re: search for exact string match



Hi,

I was looking for something like this where it would match exactly
<space>95.x.x.x

grep ' 95.' file.log

Where file.log contains:
host: 95.10.10.10
host: 10.95.10.10

This works fine though,
Thanks,.

.