2006-03-11 misc cvs 特定ファイルのみタグ付け $ find . -name "*.app" -print | xargs cvs tag TAG リポジトリ内の特定 ,v ファイルのパーミッション変更 $ find $CVSROOT/module -name "*.app,v" -prune -o -type f -print | xargs chmod og-rwx