Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
CVS ですべてのアクティブ ユーザーのリストを見つけるのに苦労しています。そのためのコマンドについて何か考えている人はいますか。
前もって感謝します。
これを試すことができます:
> cvs log -N 2>&1 | grep author | awk '{ print $6 }' | sort | uniq