This website requires JavaScript.
Explore
Help
Sign In
sansguidon
/
bookmarks
Watch
1
Star
0
Fork
0
You've already forked bookmarks
Code
Issues
16
Pull Requests
1
Packages
Projects
1
Releases
Activity
7c5f5daf44
bookmarks
/
top_authors.sh
2 lines
83 B
Bash
Raw
Normal View
History
Unescape
Escape
fix top authors query
2017-11-03 11:04:55 +00:00
grep http README.md
|
cut -d
'['
-f
2
|
cut -d
']'
-f
1
|
sort
|
uniq -c
|
sort -n
Reference in New Issue
Copy Permalink