This command was very ussefull, but you have a typo:find ./*.html -type f -exec sed -i 's/TextToReplace/ReplacementText/' {} \;cheers!
Post a Comment
1 comment:
This command was very ussefull, but you have a typo:
find ./*.html -type f -exec sed -i 's/TextToReplace/ReplacementText/' {} \;
cheers!
Post a Comment