Last active
January 13, 2021 08:49
-
-
Save emjayoh/0824c95214c695c0cae197700b60e906 to your computer and use it in GitHub Desktop.
[Word count all js files] #bash #js #dev #stats
This file contains hidden or 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 . -name '*.js' | xargs wc -l |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment