| User: Chaplin -- 2010-09-19 << 614 616 >> |
| Hits: 4611 |
| Type: Advanced search and replace |
| Search all Advanced search and replace examples |
| Description: |
| How to delete the first 1-10 lines in many files? |
| Input Sample: |
| 11 11 22 33 55 8 5 8 99 00 11 22 |
| Output Sample: |
| 11 22 |
| 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 all files from "Windows File Browser" to "Batch Runner" window 3. click "Fast Replace" button, select "load template" to: "remove first 5 lines" 4. double click the line in the list, change the number 5 to 10 5. click "Start", done! Note: to avoid mis-operation, you need to make backup in advance. |
Screenshot 1: Fast_Replace_Window |