projects
/
uwc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9eb41b
)
Extended README
author
Richard Kojedzinszky
<krichy@cflinux.hu>
Thu, 25 Sep 2014 20:46:27 +0000
(22:46 +0200)
committer
Richard Kojedzinszky
<krichy@cflinux.hu>
Thu, 25 Sep 2014 20:46:27 +0000
(22:46 +0200)
README
patch
|
blob
|
history
diff --git
a/README
b/README
index
0a6cfcc
..
9e5145e
100644
(file)
--- a/
README
+++ b/
README
@@
-3,3
+3,5
@@
This is a collection of the 'unique word count' implemented in many languages.
All software should read the file passed as argv[1], parse all words in it, and
count their occurence, and then print the words with highest occurence first and their occurences,
one by line.
+
+Words should be matched by the regular expression [a-z']+ case insensitive.