Created
May 15, 2025 16:31
-
-
Save jasmo2/a8fe4a5263310d938c9e58d8f78c93cf to your computer and use it in GitHub Desktop.
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 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