Revision history of "Talk:Ambiguity"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 08:57, 26 January 2012Unhammer talk contribs 199 bytes +199 Created page with '<pre>lt-expand foo.dix | awk -F':|:<:|:>:' '{F[$1]=F[$1]+1} END{for(f in F){print F[f]" "f}}'|sort -n</pre> gives you a list of the all forms in the dictionary, sorted by how man…'