Created
June 13, 2014 14:23
-
-
Save nialv7/5bbbe4644a1ecda9b1f8 to your computer and use it in GitHub Desktop.
S1 MBTI粗统计
This file contains 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
%grep -Ehio '(I|E)(N|S)(T|F)(P|J)' *.html | tr 'a-z' 'A-Z' | sort |uniq -c | |
6 ENFJ | |
5 ENFP | |
13 ENTJ | |
44 ENTP | |
7 ESFJ | |
6 ESFP | |
22 ESTJ | |
9 ESTP | |
25 INFJ | |
54 INFP | |
129 INTJ | |
147 INTP | |
26 ISFJ | |
40 ISFP | |
82 ISTJ | |
32 ISTP |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment