grep -ril '$SEARCH_PATTERN' src | sed -i 's/$FIND_PATTERN/$REPLACE_PATTERN/g'
August 17, 2018 — gatero
This command search for files that contain and an specific string and then find a pattern on those files and replace it