rg -l 'oldFunctionName' rg -l 'oldFunctionName' | xargs sed -i 's/oldFunctionName/newFunctionName/g'