Skip to content

Instantly share code, notes, and snippets.

@prestontimmons
Created March 29, 2010 17:37
Show Gist options
  • Save prestontimmons/348144 to your computer and use it in GitHub Desktop.
Save prestontimmons/348144 to your computer and use it in GitHub Desktop.
# Count lines in a Python file
find -name "*.py" | xargs cat | wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment