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