info:replace

replace “oldString” “newString” – *.fileExtrension

eg:

replace “<h1>” “<titre1>” – *.html

find . -name "*.htm*" | while read i
do
  replace "<h1>" "<titre1>" -- *.html
done
  • info/replace.txt
  • Dernière modification : 2018/07/18 09:46
  • de radeff