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
Look at the UNIX power tools awk, sed, grep and in-place edit of files with Perl.