| User: editorli -- 2010-12-21 << 681 683 >> |
| Hits: 441 |
| Type: Advanced search and replace |
| Search all Advanced search and replace examples |
| Description: |
| How to delete the 4th column from text files with 8 columns? |
| Input Sample: |
| 12 22 23 34 45 85 56 67 |
| Output Sample: |
| 12 22 23 45 85 56 67 |
| 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" to "Batch Runner" window 3. click "Fast Replace" button * click "Add", in "search", enter: * in "replace", enter: * click "ok" * make sure "regular exp" option is checked * click "Start", done. |
Screenshot 1: Fast_Replace_Window |