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