User: xiaoming -- 2014-07-18 << 1217 1219 >> |
Hits: 1607 |
Type: Text sort |
Search all Text sort examples |
Description: |
a.txt There are more than 1000 paragraphs, each paragraph would like to re-sort the date condition Thank you. (Translation from google) |
Input Sample: |
a.txt www.mind-pioneer.com/services/conv_list.php=1 [ 1 2 3 4 5] abc 2014-07-11 www.mind-pioneer.com/services/conv_list.php=12 123 2013-06-10 ..... www.mind-pioneer.com/services/conv_list.php=132 [ 1 2 3 4 5 .. 15] a12bc 2014-07-16 |
Output Sample: |
b.txt ww.mind-pioneer.com/services/conv_list.php=12 123 2013-06-10 www.mind-pioneer.com/services/conv_list.php=1 [ 1 2 3 4 5] abc 2014-07-11 ..... www.mind-pioneer.com/services/conv_list.php=132 [ 1 2 3 4 5 .. 15] a12bc 2014-07-16 |
Answer: |
Hint: You need to Download and install "Replace Pioneer" on windows platform to finish following steps. |
1. ctrl-o open text file 2. ctrl-h open 'replace' dialogue * set 'replace with pattern' to: * click 'advanced' tab, set 'run following for each matched unit' to: 3. click 'replace', done. |
Screenshot 1: Replace_Window |
Screenshot 2: Replace_Advanced_Window |