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