find . \( -name '*.py' -o -name '*.coffee' -o -name '*.scss' \) | xargs wc -l |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
find . \( -name '*.py' -o -name '*.coffee' -o -name '*.scss' \) | xargs wc -l |
This comment has been minimized.
Nice command. Very useful.