mercury-parser/scripts/find-and-replace.sh

6 lines
66 B
Bash
Executable File

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