Sed
String Substituting
sed 's/hello/world/' input.txt > output.txtecho "hello hello my world world" | sed 's/hello/world/g'Last updated
sed 's/hello/world/' input.txt > output.txtecho "hello hello my world world" | sed 's/hello/world/g'Last updated