读书人

sort 效能小结

发布时间: 2012-07-24 17:47:58 作者: rapoo

sort 功能小结

sort 功能
sort file //默认按字典顺序排序
sort -n file //按数值大小排序
sort +1n file //The +1 says to skip the first field and sort file by value
sort +1 file //The +1 says to skip the first field and sort file alphabeticaly
sort +1 -t: file //The -t: says use character ':' sort delimiter

读书人网 >操作系统

热点推荐