Skip to content

Instantly share code, notes, and snippets.

@RiddMa
Created April 14, 2021 12:31
Show Gist options
  • Save RiddMa/eab348c82c19d8008b25abd27058e8fa to your computer and use it in GitHub Desktop.
Save RiddMa/eab348c82c19d8008b25abd27058e8fa to your computer and use it in GitHub Desktop.
统计代码行数
# 正则规则替换'*.py'
wc -l `find ./ -name '*.py'`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment