diff --git a/sources/tech/20150417 14 Useful Examples of Linux 'sort' Command--Part 1.md b/sources/tech/[translating by cvsher]20150417 14 Useful Examples of Linux 'sort' Command--Part 1.md similarity index 99% rename from sources/tech/20150417 14 Useful Examples of Linux 'sort' Command--Part 1.md rename to sources/tech/[translating by cvsher]20150417 14 Useful Examples of Linux 'sort' Command--Part 1.md index 568c51edbf..ff42945bf8 100644 --- a/sources/tech/20150417 14 Useful Examples of Linux 'sort' Command--Part 1.md +++ b/sources/tech/[translating by cvsher]20150417 14 Useful Examples of Linux 'sort' Command--Part 1.md @@ -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 don’t 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/ \ No newline at end of file +[1]:http://www.tecmint.com/13-basic-cat-command-examples-in-linux/