Skip to content

Instantly share code, notes, and snippets.

@duobei
Created September 17, 2012 02:31
Show Gist options
  • Save duobei/3735257 to your computer and use it in GitHub Desktop.
Save duobei/3735257 to your computer and use it in GitHub Desktop.
统计代码行数
find . -type f -not -regex '\./\.git.*' | xargs cat | wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment