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