If you want to replace a string of text found in multiple files with another, use this command:
sed -i 's/foo/foo_bar/g' *
Where foo is the text you want replaced by foo_bar. The asterisk would represent all files in the current directory.
| Images 0 | ||
|---|---|---|
| No images to display in the gallery. |