xref: /illumos-gate/usr/src/test/util-tests/tests/awk/examples/awk/p.12 (revision 78801af7286cd73dbc996d470f789e75993cf15d)
1$4 ~ /Asia/ { print $1 }
2