sed

simple sed example

This will globally find and replace all instances of "find" with "replace"

$ sed -i 's/find/replace/g' file.txt

Syndicate content