xxxxxxxxxx
-e script, --expression=script
add the script to the commands to be executed
# Executes different scripts in a command as for example:
sed -e "s/foo/bar/" -e "/FOO/d"
xxxxxxxxxx
# makes expression search case-insensitive
sed -i 'case_insensitive_search' file.txt