User: editor -- 2010-11-29 << 666 668 >> |
Hits: 2839 |
Type: Replace text in multiple files |
Search all Replace text in multiple files examples |
Description: |
How to move the last line to the beginning for multiple text files? |
Input Sample: |
#### first line ####### .... ... #### last line ####### |
Output Sample: |
#### last line ####### #### first line ####### .... ... |
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 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" and "cross line" options are selected, click "Start", done! |
Screenshot 1: Fast_Replace_Window |