Skip to content

Instantly share code, notes, and snippets.

@jasmo2
Created May 15, 2025 16:31
Show Gist options
  • Save jasmo2/a8fe4a5263310d938c9e58d8f78c93cf to your computer and use it in GitHub Desktop.
Save jasmo2/a8fe4a5263310d938c9e58d8f78c93cf to your computer and use it in GitHub Desktop.
# find FOLDER_NAME -name '*.FILE_TYPE' -type f -delete
# Example delete all "js" files inside "src" folder
find ./src -name '*.js' -type f -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment