Multiple expressions sed

Apply multiple substitutions in one command

sed -e 's/foo/bar/g' -e 's/baz/qux/g' file.txt