qse/regress/awk/emp-006.awk

2 lines
57 B
Awk
Raw Normal View History

{ printf ("total pay for %s is $%.2f\n", $1, $2 * $3); }