info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

nit [was RE: Segmentation Fault (was Re: CVS sticky information i gnored


From: EXT-Corcoran, David
Subject: nit [was RE: Segmentation Fault (was Re: CVS sticky information i gnored on import)]
Date: Tue, 9 Apr 2002 11:29:46 -0700

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
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]