User: mahdi -- 2011-07-21 << 823 825 >> |
Hits: 3701 |
Type: Advanced search and replace |
Search all Advanced search and replace examples |
Description: |
Hi I have 1000 text files. Each file contains 2 columns. I do not need the second column and I want delete the second column in all my 1000 files. Thanks |
Input Sample: |
23 43 23 3 12 6 34 2 62 3 76 8 |
Output Sample: |
23 23 12 34 62 76 |
Answer: |
Hint: You need to Download and install "Replace Pioneer" on windows platform to finish following steps. |
1. open "Tools->Batch Runner" menu 2. drag 1000 files from "windows file browser" to "Batch Runner" window 3. click "Fast Replace" button to open "Fast Replace" window * click "add" button to insert new rule: * set "Search" to: * set "Replace" to: * click "ok" 4. make sure "Reg exp" option is selected, and click "Start", done! |
Screenshot 1: Fast_Replace_Window |