mercury-parser/scripts/find-and-replace.sh
2019-01-15 15:41:18 -08:00

4 lines
57 B
Bash
Executable File

#!/bin/bash
find $3 -exec sed -i '' "s%$1%$2%g" '{}' \;