Last active
June 6, 2022 13:35
-
-
Save PauloLuan/0959ae9273b70e83bdd4b421a1cce0ec to your computer and use it in GitHub Desktop.
Copy all files with a certain extension from all subdirectories
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
mkdir tests | |
find . -name \*test.tsx -exec cp {} tests \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment