Skip to content

Instantly share code, notes, and snippets.

@tonyskapunk
Created August 4, 2016 17:10
Show Gist options
  • Save tonyskapunk/3df2c87d0afdf0602f4f40e7c09771e3 to your computer and use it in GitHub Desktop.
Save tonyskapunk/3df2c87d0afdf0602f4f40e7c09771e3 to your computer and use it in GitHub Desktop.
Tolkien Distribution Name
for letter in {A..Z}; do echo -n "${letter}":; links -dump http://www.behindthename.com/namesakes/list/tolkien/alpha|awk '/IMG/ {print $1}'| grep -c ^${letter}; done
A:100
B:83
C:28
D:45
E:60
F:59
G:70
H:63
I:28
J:2
K:3
L:23
M:55
N:22
O:18
P:22
Q:0
R:26
S:25
T:62
U:12
V:14
W:8
X:0
Y:2
Z:2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment