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