Subject: Re: CVS mirrors
To: None <current-users@netbsd.org>
From: Geoff Wing <mason@primenet.com.au>
List: current-users
Date: 02/23/2001 01:01:35
Ignatios Souvatzis <is@beverly.kleinbus.org> typed:
:On Thu, Feb 22, 2001 at 11:23:50AM -0500, Bill Squier wrote:
:> echo anoncvs@my.mirror.com:/cvsroot > /tmp/newRoot
:> find /usr/src -name Root -exec cp /tmp/newRoot \{\} \;
:find /usr/src -name Root -print | xargs -n1 cp /tmp/newRoot
:(n-1 exec()s less)

or put newRoot on /usr/src, then do 
  .... | xargs -n 1 ln -f /usr/src/newRoot

and you can just edit one of them (and save yourself some inodes/disckspace)

Regards,
-- 
Geoff Wing : <gcw@pobox.com>
Rxvt Stuff : <gcw@rxvt.org>
Zsh Stuff  : <gcw@zsh.org>