Skip to content

Instantly share code, notes, and snippets.

@embarq
Created July 3, 2017 11:29
Show Gist options
  • Save embarq/c50e264d1bcbb22d78c10406f441b9bc to your computer and use it in GitHub Desktop.
Save embarq/c50e264d1bcbb22d78c10406f441b9bc to your computer and use it in GitHub Desktop.
Remove all files with specific extension in special dir
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