Subject: Re: multi find with different file outputs
To: None <tech-userlevel@NetBSD.org>
From: der Mouse <mouse@Rodents.Montreal.QC.CA>
List: tech-userlevel
Date: 10/06/2005 16:29:21
> Now creating file at expression parsing time, creates files even if
> the find(1) expressions end up erroring out.

Right.  Parse time is too early (IMO); I think it should be deferred
until a point between parsing and execution.

Yes, this means a few code changes.  They shouldn't be too big - just
walk the expression tree with a function which does any post-parse
pre-execute actions, currently only opening -fprint files....

/~\ The ASCII				der Mouse
\ / Ribbon Campaign
 X  Against HTML	       mouse@rodents.montreal.qc.ca
/ \ Email!	     7D C8 61 52 5D E7 2D 39  4E F1 31 3E E8 B3 27 4B