When editing multiple config files in complex installs it’s easy to lose track of where each parameter exists. Solution? Recursive grep with -n function ie grep -rn help\_me\_param .
-n = line number and file name printed on left column of results -r = recursive -rn = win