Globally replace text in several files: Difference between revisions

Content added Content deleted
(→‎{{header|Fortran}}: File system interface minimalism.)
m (added a Task (bold) header.)
Line 1: Line 1:
{{task}}
{{task}}
The task is to replace every occurring instance of a piece of text in a group of text files with another one.


;Task:
For this task we want to replace the text "Goodbye London!" with "Hello New York!" for a list of files.
Replace every occurring instance of a piece of text in a group of text files with another one.


For this task we want to replace the text   "'''Goodbye London!'''"   with   "'''Hello New York!'''"   for a list of files.
<br><br>
<br><br>