re-tokenize many processing tables

Kenneth Brody kenbrody at spamcop.net
Fri Feb 28 15:40:38 PST 2014


On 2/28/2014 4:20 PM, Richard Williams wrote:
> Does anyone have a quick way to re-tokenize many processing tables with
> a single command?
>
> I am making changes to many tables using sed.  It works great in a test,
> but I am left with having to open and re-ave all of these tables to
> generate a new tok.filename.
>
> Any help woud be appreciated.

To recompile a list of prc files:

     rcabe filename -c prcname prcname prcname ...
or
     rcabe filename -ci prcname prcname prcname ...

To recompile all prc files:

     rcabe filename -ca
or
     rcabe filename -cia

Including the "i" tells rcabe to stop in "interactive" mode should an error 
occur.  Otherwise, it just continues on its merry way.

-- 
Kenneth Brody


More information about the Filepro-list mailing list