Skip to content

Instantly share code, notes, and snippets.

@mciuba
Created April 7, 2014 08:26
Show Gist options
  • Select an option

  • Save mciuba/10016626 to your computer and use it in GitHub Desktop.

Select an option

Save mciuba/10016626 to your computer and use it in GitHub Desktop.
find . -not -path '*/Pods/*' -a \( -name '*.m' \) | xargs wc -l | sort -r | more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment