qse/ase/test/awk/emp-006.awk

2 lines
57 B
Awk
Raw Normal View History

2006-11-17 06:51:28 +00:00
{ printf ("total pay for %s is $%.2f\n", $1, $2 * $3); }