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