#!/usr/bin/env bash rg $1 --files-with-matches -0 | xargs -0 gsed -i "s/$1/$2/g"