Skip to content

Instantly share code, notes, and snippets.

@haryx8
Created May 29, 2020 00:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save haryx8/e5c37752f3c7699f9137e448e383bda5 to your computer and use it in GitHub Desktop.
Save haryx8/e5c37752f3c7699f9137e448e383bda5 to your computer and use it in GitHub Desktop.
It will give an accurate source lines of code count for whatever hierarchy you point it at, as well as some additional stats.
#!/bin/bash
find $1 -name '*.php' | xargs wc -l
#find $1 -name '*.php' | xargs wc -l | sort -nr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment