Skip to content

Instantly share code, notes, and snippets.

@mwdchang
Created September 12, 2023 01:44
Show Gist options
  • Save mwdchang/e12ba834c2bfeba70e1c8a71ce2a4686 to your computer and use it in GitHub Desktop.
Save mwdchang/e12ba834c2bfeba70e1c8a71ce2a4686 to your computer and use it in GitHub Desktop.

Find excluding patterns

find . -not ( -name node_modules -prune ) | xargs wc

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