首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 操作系统 >

sort 效能小结

2012-07-24 
sort 功能小结sort 功能sort file //默认按字典顺序排序sort -n file //按数值大小排序sort +1n file //Th

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

热点排行