Created
July 27, 2021 10:37
-
-
Save uladkasach/a225f60d1fa02036b8622b4a3339dd74 to your computer and use it in GitHub Desktop.
*.test.integration.ts -> *.integration.test.ts
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
for f in **/*.test.integration.ts; do mv -- "$f" "${f%.test.integration.ts}.integration.test.ts"; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
for use with