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