#!/bin/sh
#
#1 prec - adjust the precision of numeric format columns.
#
# X | Y | RA | Dec |
---|---|---|---|
# ... | |||
# | |||
# Shows the header of a table;ee named "TABLE1". The columns X, Y, RA and | |||
# Dec have format specifiers for use with prec. These formats are those | |||
# available with printf and the @ astronomical format provided by tawk | |||
# extensions. | |||
# | |||
# NOTES | |||
# prec is implimented in awk. It may be of questionable use | |||
# for large input files. | |||
# |