Hi all, Say I did a scan on several address spaces and I want to "grep" out only specific address space to another NBE file. The format I've been using is: grep 172.23.3 oldnbe.nbe > newnbe.nbe This obviously isn't very precise in that I'm going to get 172.23.3, 172.23.30-39, etc. How can I make my greps more precise when doing this? Thanks, Chris