hello,
I created a awk program to work witha data file to output a table and subtotal the rows and total up the collums and average
I got it to work
but when i added a presentation header before my totals go away.
working code so far
can be viewed at
http://cwl-host.com/linux/wtest
and when i added the presentation headder
my totals went away
http://cwl-host.com/linux/test
im using awk -f wtest datafile.dat