Skip to content

Instantly share code, notes, and snippets.

@Hanaasagi
Last active March 29, 2017 04:40
Show Gist options
  • Save Hanaasagi/8ef2ec2c0fb9c6c41190a0d665dc9764 to your computer and use it in GitHub Desktop.
Save Hanaasagi/8ef2ec2c0fb9c6c41190a0d665dc9764 to your computer and use it in GitHub Desktop.
统计代码行数
find . -name "*.py" |xargs cat |grep -v ^$ |wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment