Last active
October 25, 2019 13:41
-
-
Save gsomoza/fdb451fff0d17f5fdd92801d56b7b984 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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