find . -name '*.html' -maxdepth 1 | xargs perl -pi -e 's/search_text/replace_text/g;'
Saturday, October 18, 2003
Search and replace text in files from the command line
Subscribe to:
Post Comments (Atom)
find . -name '*.html' -maxdepth 1 | xargs perl -pi -e 's/search_text/replace_text/g;'
No comments:
Post a Comment