Skip to content

Instantly share code, notes, and snippets.

@griffithac
Last active August 29, 2015 14:21
Show Gist options
  • Save griffithac/77cd423c1dcb0febde1d to your computer and use it in GitHub Desktop.
Save griffithac/77cd423c1dcb0febde1d to your computer and use it in GitHub Desktop.
cloc alternitive for slim files
find . -name \*.slim -type f -exec cat {} + | sed '/^\s*#/d;/^\s*$/d' | wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment