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