This website requires JavaScript.
Explore
Help
Register
Sign In
iceyrazor
/
rss-updater-utils
Watch
1
Star
0
Fork
You've already forked rss-updater-utils
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
rss-updater-utils
/
replace_all.sh
2 lines
62 B
Bash
Executable File
Raw
Permalink
Blame
History
find . -type f -exec sed -i
's/old_string/new_string/g'
{
}
\;
Reference in New Issue
View Git Blame
Copy Permalink