User: Eric -- 2011-09-26 << 860 862 >> |
Hits: 4170 |
Type: Replace text in multiple files |
Search all Replace text in multiple files examples |
Description: |
Add mywords to begin and end of first line of first paragraph |
Input Sample: |
#FILE 1# This is the first line of first paragraph ... #FILE 2# This is the first line of first paragraph ... |
Output Sample: |
#FILE 1# [mywords]This is the first line of first paragraph[mywords] ... #FILE 2# [mywords]This is the first line of first paragraph[mywords] ... |
Answer: |
Hint: You need to Download and install "Replace Pioneer" on windows platform to finish following steps. |
1. open "Tools->Batch Runner" window 2. drag multiple text files from "windows file browser" to "batch runner" window 3. click "Fast Replace" button to open "Fast Replace" window * click add to add a replace rule: set 'search' to: set 'replace' to: * click 'ok' * make sure 'reg exp' option is checked 4. click 'start' and 'ok', done. |
Screenshot 1: Fast_Replace_Window |