How many developers?

Maxim Konovalov maxim at macomnet.ru
Thu Feb 10 06:02:10 PST 2005


On Thu, 10 Feb 2005, 14:53+0100, Ivan Voras wrote:

> For statistical purposes, where can I get information such as the number of
> developers (with commit bit?) active on the FreeBSD project?

cvs co -p CVSROOT-src/access CVSROOT-doc/access CVSROOT-ports/access \
2>/dev/null | grep -v ^# | awk '{print $1}' | sort -u | wc -l

-- 
Maxim Konovalov


More information about the freebsd-hackers mailing list