qse/ase/cmd/awk/emp-006.awk
2008-03-21 03:49:53 +00:00

2 lines
57 B
Awk

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