Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save BastinRobin/e95139a58d0ec6870e22ffcc3d13c125 to your computer and use it in GitHub Desktop.

Select an option

Save BastinRobin/e95139a58d0ec6870e22ffcc3d13c125 to your computer and use it in GitHub Desktop.
Find the Total Lines
find . -name '*.php' -not -path "./vendor/*" | xargs wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment