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