> How can i get an exact match of for example 192.168.0.1? if i run 'grep "192.168.0.10" squidlog > log.txt' it returns also the numbers from 192.168.0.100+ > >
try this # grep -x 192.168.0.10 squid.log > log.txt Hope This Helps jon _ Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph To leave: send "unsubscribe" in the body to [EMAIL PROTECTED] Fully Searchable Archives With Friendly Web Interface at http://marc.free.net.ph To subscribe to the Linux Newbies' List: send "subscribe" in the body to [EMAIL PROTECTED]
