!+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ! !.IDENTIFICATION ! filttab.prg !.PURPOSE ! Creation of the filter tables (called from filter.prg) ! .COMMENTS ! do not forget to run "source dbassign.csh" or ". dbassign.sh" ! before. ! !-------------------------------------------------------------------------- ! write/out --------------- generate filter tables -------------------- ! ! intape/fits cannot be used since we don't know the number of filters $ find $RAW_FILTERS -name "*.mt" -print > filters.cat indisk/fits filters.cat ? O $ mv *.tbl $DB_FILTERS $ cp $RAW_FILTERS/*.db $DB_FILTERS $ cp $RAW_FILTERS/*.news $DB_FILTERS $ rm -f *.cat *.dat