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

2 lines
46 B
Awk
Raw Normal View History

2006-11-17 06:51:28 +00:00
{ print "total pay for", $1, "is", $2 * $3; }