Random
Only logged in members can reply and interact with the post.
Join SimilarWorlds for FREE »

Anybody knows if it's possible to search for a word in a bunch of html files at once?

Old EP message files under the name "deleted"
This page is a permanent link to the reply below and its nested replies. See all post replies »
daisymay · 51-55, T
[quote]find /path/to/html/files -type f -name "*.htm*" | xargs grep -i [i]search-string[/i][/quote]