How to find files having having particular string ?
grep -R "string -to-be-search" /path
for example i want to search ip string in /etc directory
grep -R "192.168.1.0" /etc
Please have a look at this video
grep -R "string -to-be-search" /path
for example i want to search ip string in /etc directory
grep -R "192.168.1.0" /etc
Please have a look at this video
No comments:
Post a Comment