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