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