Last active
May 9, 2017 12:09
-
-
Save pahund/a416ea0c34bff4f6a885c69b2fd48e25 to your computer and use it in GitHub Desktop.
Command to rename tests – DO NOT TRY THIS AT HOME!1!
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 . -name "*Test.js" -exec rename 's/Test.js$/.test.js/' '{}' \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment