[关闭]
@ysongzybl 2015-09-19T07:27:15.000000Z 字数 88 阅读 824

Count files in a directory by extension

bash


  1. ls | awk -F . '{print $NF}' | sort | uniq -c | awk '{print $2,$1}'
添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注