grep -inFR "::config()" src config
grep -inFR "::config(" src config
echo "::config(" > /tmp/pattern
echo "::setConfig(" > /tmp/replacement
find src config \( -name "*.php" -o -name "*.ctp" \) | xargs -n 1 sed -i -e "s|$(cat /tmp/pattern)|$(cat /tmp/replacement)|g"
December 17, 2020
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment