Created
November 17, 2024 21:56
-
-
Save Guihgo/ae224a4ff5e029f05178d2a42e5a283c to your computer and use it in GitHub Desktop.
Bash script | procurar e deletar todos arquivos de um dir com uma determinada extensão
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 packages/gateway/src -type f -name "*.js" -exec rm -v {} + |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment