I wrote: > But wait! There's more! Now, you're ready to do cvs check-in. And > it'd be no fun to run "cvs ci" 304 times either, so: > > find . -type f | xargs -i egrep -l 'ns1.example.com|ns2.example.com' {} | xargs -i cvs ci -m "Updating NS lines for new nameservers" {} That was supposed to be ns7.example.com and ns8.example.com .