2 lines
46 B
Awk
2 lines
46 B
Awk
{ print "total pay for", $1, "is", $2 * $3; }
|
{ print "total pay for", $1, "is", $2 * $3; }
|