Created
July 3, 2017 11:29
-
-
Save embarq/c50e264d1bcbb22d78c10406f441b9bc to your computer and use it in GitHub Desktop.
Remove all files with specific extension in special dir
This file contains 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 ./src/app -name \"*.js\" -type f -delete |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment