Skip to content

Instantly share code, notes, and snippets.

@tadeaspetak
Created February 27, 2024 10:58
Show Gist options
  • Save tadeaspetak/e226c180cddaf714121e2178b251cc5a to your computer and use it in GitHub Desktop.
Save tadeaspetak/e226c180cddaf714121e2178b251cc5a to your computer and use it in GitHub Desktop.
Bash: Delete files whose name follows a certain pattern
find ./ -name '*.gql.ts' -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment