rss-updater-utils/replace_all.sh

2 lines
62 B
Bash

find . -type f -exec sed -i 's/old_string/new_string/g' {} \;