perl search & replace a string recursivly

perl -p -i -e 's/oldstring/newstring/g' `grep -ril oldstring *`

Comments

Popular posts from this blog