Merge pull request #2640 from cvsher/master

14 Useful Examples of Linux ‘sort’ Command – Part 1[translating]
This commit is contained in:
Xingyu.Wang
2015-04-17 21:01:29 +08:00

View File

@@ -1,3 +1,5 @@
translating by cvsher
14 Useful Examples of Linux sort Command Part 1
================================================================================
Sort is a Linux program used for printing lines of input text files and concatenation of all files in sorted order. Sort command takes blank space as field separator and entire Input file as sort key. It is important to notice that sort command dont actually sort the files but only print the sorted output, until your redirect the output.
@@ -127,4 +129,4 @@ via: http://www.tecmint.com/sort-command-linux/
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出
[a]:http://www.tecmint.com/author/avishek/
[1]:http://www.tecmint.com/13-basic-cat-command-examples-in-linux/
[1]:http://www.tecmint.com/13-basic-cat-command-examples-in-linux/