Created
August 31, 2014 12:18
-
-
Save isRuslan/a1611aaa62a65d69b354 to your computer and use it in GitHub Desktop.
SLOC shell
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
| # count sloc of all *.js on root | |
| find ./ -name "*.js" -exec cat '{}' \; | wc -l |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment