Skip to content

Instantly share code, notes, and snippets.

@shanegao
Created December 3, 2013 07:36
Show Gist options
  • Select an option

  • Save shanegao/7765397 to your computer and use it in GitHub Desktop.

Select an option

Save shanegao/7765397 to your computer and use it in GitHub Desktop.
代码行数统计
find . -name "*.m" -or -name "*.h" |xargs grep -v "^$"|wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment