Skip to content

Instantly share code, notes, and snippets.

@olgusirman
Last active January 21, 2022 09:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save olgusirman/5247e27df6f55053d08de47957353156 to your computer and use it in GitHub Desktop.
Save olgusirman/5247e27df6f55053d08de47957353156 to your computer and use it in GitHub Desktop.
Show me the class lines in my project
find -E . -regex '^\./[^(\.build|Pods)].+\.swift$' | tr \\n \\0 | xargs -0 wc -l | sort -r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment