Is there a way to reverse the line order (considering \r\n line break) of a file using Notepad++?
Input:
Line 1
Line 2
Line 3
Required Output:
Line 3
Line 2
Line 1
Any plugin/macro is OK
|
Is there a way to reverse the line order (considering Input:
Required Output:
Any plugin/macro is OK | ||||
feedback
|
|
Whatever... a simple use of the "tac" gnu utility did the trick :) | |||||||
feedback
|
|
Solution not requiring other software except normally-included TextFX plugin:
| |||
|
feedback
|