Things that you need to use specialized stuff for...

time to read 1 min | 91 words

I wanted to know how many lines of code NHibernate has, so I run the following PowerShell command...

(gci -Recurse | select-string . ).Count

The result:

(Image from clipboard).png

Bummer.

I then downloaded Line Count, which did the same, but in a reasonable time frame...