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