How do I search only for file type php? I want to find files only with the extension .php at the end of file name.
This is what I am working with:
grep -Ri "woocommerce-loop-product__title" mywebsite.com/wp-content/plugins/woocommerce
How do I search only for file type php? I want to find files only with the extension .php at the end of file name.
This is what I am working with:
grep -Ri "woocommerce-loop-product__title" mywebsite.com/wp-content/plugins/woocommerce