@ysongzybl
2015-09-19T07:27:15.000000Z
字数 88
阅读 824
bash
ls | awk -F . '{print $NF}' | sort | uniq -c | awk '{print $2,$1}'