rg -f <pattern_file> <file>`
rg -l "<string>" | xargs -n1 sed -i '' 's|<string>|<replacement>|g'
rg --no-header