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

2 lines
30 B
Awk
Raw Normal View History

2006-11-17 06:51:28 +00:00
$3 > 0 { print $1, $2 * $3; }