This is how you can find a text/string Proudly inside folder /var/www. The -H parameter is to show the filename and -R is to make grep look recursively.
grep -H -R "Proudly" /var/www
Ronald Pringadi's Technical Notes
Constantly Learning
This is how you can find a text/string Proudly inside folder /var/www. The -H parameter is to show the filename and -R is to make grep look recursively.
grep -H -R "Proudly" /var/www