| User: editor -- 2010-02-10 << 417 419 >> |
| Hits: 480 |
| Type: Advanced search and replace |
| Search all Advanced search and replace examples |
| Description: |
| How to reverse the order of all the lines in a text file? |
| Input Sample: |
| line1 line2 line3 ... linen |
| Output Sample: |
| linen ... line3 line2 line1 |
| Answer: |
| Hint: You need to Download and install "Replace Pioneer" on windows platform to finish following steps. |
| 1. ctrl-o open source text file 2. ctrl-h open 'replace' dialog enter following in 'Replace with pattern': 3. click 'replace',done! 4. ctrl-s save to file. Note: lines_r($string,start,end) means join the specified line from start to end line number with reversed order. Please check online help with F1. |
Screenshot 1: Replace_Window |
Similar Examples: |
| How to reverse all cases of letters in a text file? (76%) How to remove/delete all blank lines in a text file? (75%) How to reverse the order of characters in each line of text? (74%) How to sort all the lines of a text file randomly? (73%) How to shuffle all the lines in a text file? (73%) How to delete the first word in each line in a text file? (73%) How can I reverse the sequence of all words in a text file? (72%) How to remove/delete all symbols in a text file? (69%) |
Check Demo of Advanced search and replace |
| Keywords: |
| reverse the order online reverse strings help order string join end line line number text replace reversed replace text online reverse line file replace online search text file in reverse replace in reverse text reverse text order number |