To find a word in a file using Linux Command

find / -type f -exec grep -H ‘search_String’ {} \;

find / grep “help” *.htm

Leave a Comment

Your email address will not be published. Required fields are marked *