Skip to content

Instantly share code, notes, and snippets.

@doniz
Last active October 1, 2015 19:44
Show Gist options
  • Save doniz/17d5489827e21255eaab to your computer and use it in GitHub Desktop.
Save doniz/17d5489827e21255eaab to your computer and use it in GitHub Desktop.
count all lines of the php files
  # count all lines of php files
  find . -name '*.php' | xargs wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment