Skip to content

Instantly share code, notes, and snippets.

@corporatepiyush
Created September 4, 2017 09:24
Show Gist options
  • Save corporatepiyush/87e0c930afab188d3783976d5a7eadb1 to your computer and use it in GitHub Desktop.
Save corporatepiyush/87e0c930afab188d3783976d5a7eadb1 to your computer and use it in GitHub Desktop.
Count Number of Lines in Project files
find $directory$ -type f -name "*.py" | xargs cat | wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment