Created
May 22, 2020 15:27
-
-
Save BastinRobin/e95139a58d0ec6870e22ffcc3d13c125 to your computer and use it in GitHub Desktop.
Find the Total Lines
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 '*.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