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

2 lines
57 B
Awk

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