Skip to content

Instantly share code, notes, and snippets.

@emjayoh
Last active January 13, 2021 08:49
Show Gist options
  • Save emjayoh/0824c95214c695c0cae197700b60e906 to your computer and use it in GitHub Desktop.
Save emjayoh/0824c95214c695c0cae197700b60e906 to your computer and use it in GitHub Desktop.
[Word count all js files] #bash #js #dev #stats
find . -name '*.js' | xargs wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment