Just a little nit:
if you end the line with a | you can drop the \
 
> find . -name Entries | xargs grep "/-kb/" \
>   | sed -e "s|CVS/Entries:/||" -e "s|/[^/]*/[^/]*/-kb/.*||" \
>   | xargs cvs -d $CVSROOT admin -kb
> 

find . -name Entries | xargs grep "/-kb/" |
    sed -e "s|CVS/Entries:/||" -e "s|/[^/]*/[^/]*/-kb/.*||" |
    xargs cvs -d $CVSROOT admin -kb
 

_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to