shell按字符串长度排序一个文本 moneyslow 5 年前 老师怎么通过培训班赚钱 假设文本文件a.txt: awk ' { print length, $0}' a.txt | sort -n | sed 's/.* //'