Changes between Initial Version and Version 1 of jazz/13-12-09
- Timestamp:
- Dec 9, 2013, 10:04:39 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/13-12-09
v1 v1 1 = 2013-12-09 = 2 3 == Linux == 4 5 * <備忘> 怎麼用 Unix Sort 指令根據多個欄位進行排序 - Sorting multiple keys with Unix sort 6 * http://stackoverflow.com/questions/357560 7 {{{ 8 sort -k 3,3 -k 2,2 < inputfile 9 }}} 10 {{{ 11 #text 12 -k, --key=POS1[,POS2] start a key at POS1 (origin 1), end it at POS2 13 (default end of line) 14 }}}