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