Skip to content

Instantly share code, notes, and snippets.

@yyoshiki41
Created June 28, 2016 02:08
Show Gist options
  • Save yyoshiki41/aa402cdb73e293f7d82b30f76e5a7d8c to your computer and use it in GitHub Desktop.
Save yyoshiki41/aa402cdb73e293f7d82b30f76e5a7d8c to your computer and use it in GitHub Desktop.
grep -rl "before" ./ | xargs perl -i -pe "s/before/after/g"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment