Is it possible to search in a file using shell and then replace a value? When I install a service I would like to be able to search out a variable in a config file and then repl
sed -i 's/variable/replacement/g' *.conf