Globally replace text in several files: Difference between revisions

added Arturo
m (syntax highlighting fixup automation)
(added Arturo)
Line 96:
"Hello New York!"
"Byebye London!" "Byebye London!" "Byebye London!" </pre>
 
=={{header|Arturo}}==
<syntaxhighlight lang="arturo">files: select list "." 'f -> suffix? ".txtfile"
 
loop files 'file ->
write file replace read file "Goodbye London!" "Hello New York!"</syntaxhighlight>
 
=={{header|AutoHotkey}}==
1,532

edits