Blogger Jateng

To find a word in a file using Linux Command

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

find / grep "help" *.htm

Post a Comment for "To find a word in a file using Linux Command"