Skip to content

Instantly share code, notes, and snippets.

@edsu
Last active June 6, 2019 17:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edsu/bdb2db5edd81a1b9b5244f642ecc8931 to your computer and use it in GitHub Desktop.
Save edsu/bdb2db5edd81a1b9b5244f642ecc8931 to your computer and use it in GitHub Desktop.
csvcut -c 2 NSRLProd.txt | perl -nle 's/"//g; print uc(substr($_, 0, 1))' | sort | uniq -c > ios-titles-alpha.txt
3 `
1 .
4 1
1 6
1 8
88 A
17 B
35 C
22 D
9 E
21 F
6929 G
13259 H
9499 I
6408 J
8326 K
13206 L
26619 M
10152 N
6501 O
21622 P
2334 Q
10026 R
24 S
32 T
7 U
10 V
19 W
3 X
3 Y
2 Z
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment