Skip to content

Instantly share code, notes, and snippets.

@Guihgo
Created November 17, 2024 21:56
Show Gist options
  • Save Guihgo/ae224a4ff5e029f05178d2a42e5a283c to your computer and use it in GitHub Desktop.
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
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