TWiki
>
Main Web
>
DevelopmentStuff
>
HadoopNotes
(10 Oct 2008,
MattWalsh
)
E
dit
A
ttach
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
E
dit
|
A
ttach
|
P
rint version
|
H
istory
: r1
|
B
acklinks
|
R
aw View
|
M
ore topic actions
Topic revision: r1 - 10 Oct 2008 - 03:28:52 -
MattWalsh
Main
Log In
Main Web
Create New Topic
Index
Search
Changes
Notifications
RSS Feed
Statistics
Preferences
Webs
Main
Sandbox
TWiki
Copyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback