Skip to content

Instantly share code, notes, and snippets.

@besrabasant
Created September 5, 2018 05:50
Show Gist options
  • Save besrabasant/0f133150ccfddcaefcf3cca58d2802c5 to your computer and use it in GitHub Desktop.
Save besrabasant/0f133150ccfddcaefcf3cca58d2802c5 to your computer and use it in GitHub Desktop.
Exclude folder while running find command
find . -type d \( -path ./node_modules -o -path ./vendor -o -path ./bower_components \) -prune -o -print

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment