version control - How to find list of all users in CVS -


i struggling find list of active users in cvs. have idea command so.

thanks in advance.

you try this:

> cvs log -n 2>&1 | grep author | awk '{ print $6 }' | sort | uniq 

Comments

Popular posts from this blog

Unable to remove the www from url on https using .htaccess -