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
9e320df7d7
bookmarks
/
top_authors.sh
2 lines
99 B
Bash
Raw
Normal View
History
Unescape
Escape
script: get rid of stars char in top authors
2018-08-31 09:36:44 +00:00
grep http README.md
|
cut -d
'['
-f
2
|
cut -d
']'
-f
1
|
sed
's/\*//g'
|
sort
|
uniq -c
|
sort -n
Reference in New Issue
Copy Permalink