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