Sublime Forum

Command to sort lines in reverse order?

#1

I would like to reverse the order of all my lines because I need the commands of a batch file to run in reverse order.

So if I have:
bob
zed
lion

It should become:
lion
zed
bob

Does anyone know of a command or plugin in Sublime to do this? All the usages of “reverse” in the current commands and documentation results in “alpha reverse”. I am looking to do true reverse only.

0 Likes

#2

“Permute Lines: Reverse” in the Command Palette will do this

3 Likes

#3

On Windows: Edit > Permute Lines > Reverse.

2 Likes