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 \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