Skip to content

Instantly share code, notes, and snippets.

@jeremyfromearth
Last active November 28, 2017 05:08
Show Gist options
  • Save jeremyfromearth/d5fdb566ef42ddcb1884ba3955c6a458 to your computer and use it in GitHub Desktop.
Save jeremyfromearth/d5fdb566ef42ddcb1884ba3955c6a458 to your computer and use it in GitHub Desktop.
Count the lines of code in a file or files
#!/usr/bin/env bash
find . -name '*.js' | xargs wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment