AIX下sort命令简介及使用

 

AIX下sort命令简介及使用

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

 

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