Is there a way that I can grep out a specific IP range out of an NBE file?

grep '192\.168\.0\.[3-25]' old.nbe > new.nbe

I thought this would have worked but it doesn't give me the results I'm
looking for.

In this example I want to be able to grep out (and let me know if there is
a better command for doing this that I'm not yet aware of):

192.168.0.[3-25] only.  I was getting 192.168.0.50 in this result...Doesn't
quite make sense.  Any ideas?


Thanks,
Chris


_______________________________________________
Nessus mailing list
[email protected]
http://mail.nessus.org/mailman/listinfo/nessus

Reply via email to