| User: editor -- 2008-08-30 << 261 263 >> |
| Hits: 4103 |
| Type: Advanced search and replace |
| Search all Advanced search and replace examples |
| Description: |
| How to shuffle all the lines in a text file? |
| Answer: |
| Hint: You need to Download and install "Replace Pioneer" on windows platform to finish following steps. |
| 1. ctrl-o open text file 2. ctrl-h open "Replace" dialog * set "Replace with pattern" to: * select "Advanced" page, enter "Run following for each matched unit" like: 3. Click "Replace", done! Example: a b c d e f g May be shuffled and output like: d g f e b a c |
| Download Script: scripts/262.rst.zip |
Screenshot 1: Replace_Window |
Screenshot 2: Replace_Advanced_Window |