shirley_cst

博观而约取,厚积而薄发;淡泊以明志,宁静以致远。
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

笔记:Linux-SORT

Posted on 2012-11-06 15:21  shirley_cst  阅读(115)  评论(0)    收藏  举报

 

博客代码测试

1 #include <iostream>
2 using namespace std;
3 
4 int main()
5 {
6     cout << "Hello world !!!" << endl;
7 
8     return 0;
9 }

 

 

举例:

sort -t$'\t' -k1,1n -k2,2n -S 2G -T tmp_sort res -o res.sorted

 

参考资料:

http://blog.csdn.net/zhangheng1225/article/details/6755270