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

2 lines
43 B
Awk
Raw Normal View History

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