User: shanfeng -- 2015-04-17 << 1297 1299 >> |
Hits: 3063 |
Type: Replace text in multiple files |
Search all Replace text in multiple files examples |
Description: |
How to extract the certain line with the specified words in its front line? |
Input Sample: |
File A: ****** year day time 2010 10 10 ****** File B: ******* year day time 2010 10 15 ****** |
Output Sample: |
File A: 2010 10 10 File B: 2010 10 15 |
Answer: |
Hint: You need to Download and install "Replace Pioneer" on windows platform to finish following steps. |
The following steps will extract a line that follows line of "year day time" in many files 1. open "Tools->Batch Runner" window 2. drag multiple files to "Batch Runner" window 3. click "fast replace" button 4. click "add" to add new rules * set "search" to: * set "replace" to: * click "ok" 5. click "start", done |
Screenshot 1: Fast_Replace_Window |