Skip to content

Instantly share code, notes, and snippets.

@mantognini
Created August 10, 2016 14:59
Show Gist options
  • Select an option

  • Save mantognini/eb9cd3b3d0114c2b3175b4fa39a363d8 to your computer and use it in GitHub Desktop.

Select an option

Save mantognini/eb9cd3b3d0114c2b3175b4fa39a363d8 to your computer and use it in GitHub Desktop.
LoC command
find src/ include/ -type f \( -regex '.*\.[mh]' -o -regex '.*\.mm' -o -regex '.*\.[hc]pp' -o -regex '.*\.inl' \) -print0 | xargs -0 cat | wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment