On Tue, Jun 06, 2000 at 11:47:57AM +0200, Fredrik Liljegren wrote:
> I'm not totally sure how to execute two commands on the stdin-files

Eric Siegerman wrote:
> The only way I can think of to do this is to save the list in an intermediate buffer.

Here's a way (should work for sh, ksh, & bash):

  find . -type f -print | grep -v CVS | while read f ;do rm "$f"; cvs rm
"$f" ;done


=========  Avi Green :) (: www.sputnik7.com  =========
========     Unix S/A & System Specialist     ========
========  avi at sputnik7.com   212 217-1147  ========

Reply via email to