sandeepmur
Programmer
Hi,
I need to search for an IP appearing in all the files in the entire machine.
I am currently using the cmd:
#>find . -type f -exec grep "198.164.13.64" '{}' \;
The problem is the above cmd is returning a huge amt of output most of which begin with "grep: can't open ..."
I have tried few other cmd but none very reliable.. would appreciate someone posting an efficient command for the above ..
thnx in adv,
I need to search for an IP appearing in all the files in the entire machine.
I am currently using the cmd:
#>find . -type f -exec grep "198.164.13.64" '{}' \;
The problem is the above cmd is returning a huge amt of output most of which begin with "grep: can't open ..."
I have tried few other cmd but none very reliable.. would appreciate someone posting an efficient command for the above ..
thnx in adv,