# (echo These are the reqlog summary tables, in long and short;\ echo field key format, showing the 20 most requested items;\ echo for `date`;\ echo Long field key format table:;\ awk -f /netlib/netlib/statistics/awkseplong /netlib/netlib/reqlog\ |tee /tmp/netlib.table.sep_long$$ |head -20;\ echo END long field key format table;\ echo Short field key format table:;\ awk -f /netlib/netlib/statistics/awksepshort /netlib/netlib/reqlog\ |tee /tmp/netlib.table.sep_short$$ |head -20;\ echo END short field key format table)\ |grep -v 'Broken pipe'\ |mail dongarra at 6am sep_reports.scr .