سؤال

I am struggling to find list of all active users in CVS. Do anyone have any idea about the command to do so.

Thanks in advance.

هل كانت مفيدة؟

المحلول

You could try this:

> cvs log -N 2>&1 | grep author | awk '{ print $6 }' | sort | uniq
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top