Spiro Trikaliotis <[email protected]> writes: > Otherwise, you might want to use something like: > > $ find . | grep -v \/CVS\/ | grep -v \/CVS$ | tr \\n \\0 | xargs -0 -n 10 cvs > add --
Nice.. and thanks for the detailed exposition. I've used unix like OS for many yrs, and still often am slightly awed by the power of its supposed simple tools in the hands of someone who knows how to use them.
