13

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

random
  • 14,638
  • 9
  • 54
  • 58
xtracto
  • 201
  • 2
  • 5
  • This is a good question. I couldn't find anything, but I did find a related question for reversing a single line which required a Python script. You may need to get a script for this. – JNK Sep 07 '10 at 14:58
  • Obviously the [newer version question](http://superuser.com/q/331098/391675) had more luck, anyway +1 – Wolf Oct 26 '16 at 14:00
  • The latest Notepad++ has a dedicated Menu Item for this: **Edit/Line Operations/Reverse Line Order** – Spoc Feb 03 '22 at 15:58

0 Answers0