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

2 lines
46 B
Awk

{ print "total pay for", $1, "is", $2 * $3; }