Skip to content

Instantly share code, notes, and snippets.

@isRuslan
Created August 31, 2014 12:18
Show Gist options
  • Select an option

  • Save isRuslan/a1611aaa62a65d69b354 to your computer and use it in GitHub Desktop.

Select an option

Save isRuslan/a1611aaa62a65d69b354 to your computer and use it in GitHub Desktop.
SLOC shell
# 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