Search and replace with sed

$ echo "This is a test" | sed -e 's/a test/how you search and replace with sed./g'

This is how you search and replace with sed.

sed

26 Words

2020-10-02 18:22 -0500