Skip to content

Instantly share code, notes, and snippets.

@cillosis
Created February 7, 2013 21:45
Show Gist options
  • Select an option

  • Save cillosis/4734535 to your computer and use it in GitHub Desktop.

Select an option

Save cillosis/4734535 to your computer and use it in GitHub Desktop.

Revisions

  1. cillosis created this gist Feb 7, 2013.
    1 change: 1 addition & 0 deletions PHPLineCountNoSVN
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    find . -name '*.ph*' -not \( -name "*svn*" \) | xargs wc -l