Files
qse/qse/cmd/awk/emp-005.awk
2008-12-21 20:30:00 +00:00

2 lines
46 B
Awk

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