| User: editor -- 2016-07-17 << 1374 1376 >> |
| Hits: 3099 |
| Type: Advanced search and replace |
| Search all Advanced search and replace examples |
| Description: |
| How to remove all lines that can be found in another file? |
| Input Sample: |
| File d:/test/A.txt: aaa bbb ccc ddd ccc fff File d:/test/Removed List.txt: aaa ccc |
| Output Sample: |
| Output file: d:/test/B.txt bbb ddd ccc fff |
| 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 'if' to: click 'advaned' tab, set 'run following at the beginning of replace' to: 3. click 'replace', done. |
Screenshot 1: Replace_Window |
Screenshot 2: Replace_Advanced_Window |