qse/ase/cmd/awk/emp-001.awk

2 lines
30 B
Awk
Raw Normal View History

$3 > 0 { print $1, $2 * $3; }