https://multiplefilemaker.com/
sed find and replace

How do you find and replace in SED? Does SED change the original file?

sed find and replace
How do you find and replace in SED?

ponyfyer() { local search=$1 local replace=$2 # Note the double quotes sed -i ...