projects
/
uwc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6414231
)
uwc: sh implementation
author
Neszt Tibor
<neszt@tvnetwork.hu>
Tue, 30 Sep 2014 12:29:08 +0000
(14:29 +0200)
committer
Neszt Tibor
<neszt@tvnetwork.hu>
Tue, 30 Sep 2014 12:29:08 +0000
(14:29 +0200)
uwc.sh
[new file with mode: 0755]
patch
|
blob
diff --git a/uwc.sh
b/uwc.sh
new file mode 100755
(executable)
index 0000000..
ef4dfb8
--- /dev/null
+++ b/
uwc.sh
@@ -0,0
+1,3
@@
+#!/bin/sh
+
+cat | tr " " "\n" | grep -i "[a-z']\+" | sort | uniq -c | sort -n | awk '{print $2" "$1}'