From 33b52e829323c8c8a9b6d81970fd71a8d9d96683 Mon Sep 17 00:00:00 2001 From: Morgan Wattiez Date: Fri, 31 Aug 2018 11:41:46 +0200 Subject: [PATCH] script: get rid of repos names in authors --- top_authors.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/top_authors.sh b/top_authors.sh index 27164b3..321bbd1 100755 --- a/top_authors.sh +++ b/top_authors.sh @@ -1 +1 @@ -grep http README.md | cut -d '[' -f 2 | cut -d ']' -f 1 | sed 's/\*//g' | sort | uniq -c | sort -n +grep http README.md | cut -d '[' -f 2 | cut -d ']' -f 1 | sed 's/\*//g' | grep -v "/" | sort | uniq -c | sort -n