ref: 17cb4e87991576b11c1a924bde3ec2a8314f8dc6 dir: /sys/src/cmd/dict/rev.awk/
NF == 2 { printf "%s\t%s\n", $2, $1 } NF != 2 { print "ERROR " $0 }