rss-updater-utils/replace_all.sh

2 lines
62 B
Bash
Executable File

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