#!/bin/bash : ${2? "USAGE: $0 "} git grep -l $1 | xargs -l sed -i "s/$1/$2/"