AIX下sort命令简介及使用

sort -rn +3 , r倒排序,n按照数字排序;  +3按照第四列排序; 第一列是+0;

学习:http://blog.csdn.net/chen_linbo/article/details/8284446

05-26 19:32