Skip to content

Instantly share code, notes, and snippets.

@gsomoza
Last active October 25, 2019 13:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gsomoza/fdb451fff0d17f5fdd92801d56b7b984 to your computer and use it in GitHub Desktop.
Save gsomoza/fdb451fff0d17f5fdd92801d56b7b984 to your computer and use it in GitHub Desktop.
find . -type f -name "*Test.php" -exec sed -i '' s/@cover/c_over/g {} +
find . -type f -name "*Test.php" -exec sed -i '' s/@use/u_se/g {} +
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment