From: Neszt Tibor Date: Tue, 30 Sep 2014 12:29:08 +0000 (+0200) Subject: uwc: sh implementation X-Git-Url: http://git.neszt.hu/?a=commitdiff_plain;h=fa8fa1a5132aa65ac58798348aa42734b2ea8dc3;p=uwc.git uwc: sh implementation --- diff --git a/uwc.sh b/uwc.sh new file mode 100755 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}'