I used the following syntax in order to find IP address under /etc
(answered by Dennis Williamson in superuser site)
but I get the message "grep: line too long"
someone have idea how to ignore this message and Continue searching other IP's address
because the message that I get stop the IP's searching -:(
(maybe because binary files?)
grep -Er '\<([0-9]{1,3}\.){3}[0-9]{1,3}\>' /etc/
grep: line too long
can I get solution for this problem? maybe somthing that replace the grep ?
lidia