I want to flip line orders of a document with 500+ lines... Not only numbers... it's a mix.
Example:

=

If it's not available in Notepad++ then other software whould be good also :)
|
I want to flip line orders of a document with 500+ lines... Not only numbers... it's a mix. Example:
=
If it's not available in Notepad++ then other software whould be good also :)
| |||||||||||||
feedback
|
|
Well, since we are giving code examples, If you are on Windows 7 or you have installed Powershell on another version of windows, then:
Or for a non-coding answer, download GVim, open the file and type:
| |||||||
feedback
|
|
Solution not requiring other software except normally-included TextFX plugin:
| |||
|
feedback
|
|
If you're comfortable compiling C++, this should do the trick. Basically, I put each line of the file in a vector, and output it to a new file by using a reverse iterator.
If the output file is missing line breaks between the lines, then change the Disclaimer: I have not tested this code (I wrote it real quick in Notepad), but it looks viable. | |||||||
feedback
|
|
Here is a non-coding way:
| |||||||
feedback
|
|
here is a C# .NET code for it i just wrote :)
| |||||
|
feedback
|