Skip to content

Instantly share code, notes, and snippets.

@slacken
Created November 15, 2012 06:01
Show Gist options
  • Select an option

  • Save slacken/4076883 to your computer and use it in GitHub Desktop.

Select an option

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