fix top authors query
This commit is contained in:
parent
ca17cfc8d1
commit
d5b32aff91
2
top_authors.sh
Normal file → Executable file
2
top_authors.sh
Normal file → Executable file
@ -1 +1 @@
|
|||||||
grep http README.md | cut -d '[' -f 2 | cut -d ']' -f 1 | sort | uniq -c | sort
|
grep http README.md | cut -d '[' -f 2 | cut -d ']' -f 1 | sort | uniq -c | sort -n
|
||||||
|
Loading…
Reference in New Issue
Block a user