• Handy linux text slicing and dicing: http://dsl.org/cookbook/cookbook_16.html#SEC234
  • get list of words from a bunch of text files cat *.txt | tr ' ' '\n' | egrep -o '[A-Za-z]+' | tr "[:upper:]" "[:lower:]" | sort | uniq -c (took 32 secs)

-- MattWalsh - 10 Oct 2008

Topic revision: r1 - 10 Oct 2008 - MattWalsh
 
This site is powered by the TWiki collaboration platformCopyright © 2008-2012 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback