Created
August 17, 2014 22:18
-
-
Save abhinavsharma/9039b482ca83e7c18339 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[~/c/bootstrap] > git ls-files '*.less' | xargs cat | fold -w1 | sort -n | uniq -c | sort -nr | |
34509 | |
11192 e | |
10535 o | |
10289 - | |
9532 t | |
9188 r | |
8473 i | |
8403 n | |
8177 a | |
6419 l | |
5774 s | |
5586 d | |
4421 c | |
3954 p | |
3873 b | |
3640 / | |
3544 g | |
3222 : | |
3023 h | |
2896 ; | |
2625 m | |
2603 u | |
2405 f | |
2301 . | |
2251 @ | |
1626 v | |
1615 } | |
1615 { | |
1277 w | |
1195 x | |
1156 | |
1078 y | |
1058 0 | |
1040 , | |
979 k | |
967 ) | |
967 ( | |
774 " | |
701 1 | |
690 = | |
561 & | |
470 > | |
426 5 | |
392 ` | |
369 z | |
342 2 | |
335 * | |
242 # | |
217 3 | |
213 \ | |
182 % | |
148 S | |
143 9 | |
137 C | |
132 I | |
130 4 | |
122 8 | |
112 E | |
109 7 | |
109 6 | |
108 T | |
104 ' | |
103 A | |
99 ] | |
99 [ | |
97 + | |
91 D | |
86 B | |
77 R | |
77 P | |
72 F | |
69 M | |
64 O | |
62 N | |
55 j | |
50 G | |
50 ! | |
45 L | |
44 W | |
44 H | |
42 q | |
36 U | |
35 < | |
28 X | |
27 ~ | |
19 Y | |
17 K | |
14 V | |
11 J | |
6 Q | |
5 _ | |
3 ? | |
2 | | |
2 ^ | |
2 Z |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment