Skip to content

Instantly share code, notes, and snippets.

@gboddin
Created June 6, 2013 06:45
Show Gist options
  • Save gboddin/5719739 to your computer and use it in GitHub Desktop.
Save gboddin/5719739 to your computer and use it in GitHub Desktop.
refactor a string in a whole project :
find lib www -type f|grep php$|while read file; do sed -i 's/\$_Request/\$_R/g' $file ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment