How to find specific words in all php.ini files in all subdirectories Use the following command the find all occurrences of a specified word in a text file: home# grep -r –include=”php.ini” -e “memory_limit” . Please note Read More