Skip to content

Instantly share code, notes, and snippets.

@tamboer
Created March 25, 2013 19:10
Show Gist options
  • Select an option

  • Save tamboer/5239752 to your computer and use it in GitHub Desktop.

Select an option

Save tamboer/5239752 to your computer and use it in GitHub Desktop.
count lines in a file
find . -name '*.php' | xargs wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment