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