qse/qse/cmd/awk/emp-006.awk
2008-12-21 20:30:00 +00:00

2 lines
57 B
Awk

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