qse/regress/awk/emp-016.awk

3 lines
68 B
Awk
Raw Permalink Normal View History

BEGIN { print "NAME RATE HOURS"; print ""; }
{ print; }