qse/regress/awk/cou-021.awk

2 lines
38 B
Awk
Raw Permalink Normal View History

$4 == "Asia" { print $1, 1000 * $2; }