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