User: michael -- 2010-10-24 << 636 638 >> |
Hits: 3841 |
Type: Replace text in multiple files |
Search all Replace text in multiple files examples |
Description: |
how to replace multiple text then include Variable in multiple files |
Input Sample: |
<a href="good/and/100.html"> <a href="good/and/101.html"> .... .... <a href="good/have/555.html"> <a href="good/have/556.html"> ... ... |
Output Sample: |
<a href="/100.html"> <a href="/101.html"> .... .... <a href="/555.html"> <a href="/556.html"> ... ... |
Answer: |
Hint: You need to Download and install "Replace Pioneer" on windows platform to finish following steps. |
Assume you need to replace all text with format <a href="*/xxx.html"> to <a href="/xxx.html"> in multiple files. 1. open "Tools->Batch Runner" window 2. drag all files from "Windows File Browser" to "Batch Runner" window 3. click "Fast Replace" button * click "Add", in "search", enter: * in "replace", enter: * click "ok" * click "Start", all file in the list will be replaced. |
Screenshot 1: Fast_Replace_Window |