From d2383819798c075c1f909e3b8fa23fec1cc2ef21 Mon Sep 17 00:00:00 2001 From: Neszt Tibor Date: Tue, 30 Sep 2014 15:03:41 +0200 Subject: [PATCH] uwc.sh LANG fix --- uwc.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/uwc.sh b/uwc.sh index 6e20945..59a95d8 100755 --- a/uwc.sh +++ b/uwc.sh @@ -1,3 +1,5 @@ #!/bin/sh +unset LANG + tr " " "\n" | grep -i "^[a-z']\+$" | sort | uniq -c | sort -n | awk '{print $2" "$1}' -- 2.1.4