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