| User: Soly -- 2014-08-25 << 1237 1239 >> |
| Hits: 3226 |
| Type: Advanced search and replace |
| Search all Advanced search and replace examples |
| Description: |
| How to rename duplicated line? |
| Input Sample: |
| a b c a b c a b c |
| Output Sample: |
| a b c a(1) b(1) c(1) a(2) b(2) c(2) |
| 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 unit' to 'Line' * set 'replace with pattern' to: * set 'if' to: * click 'advanced' tab: * set 'run following at the beginning of replace' to: 3. click 'replace', done. |
Screenshot 1: Replace_Window |
Screenshot 2: Replace_Advanced_Window |