Text Master

by Thankless Technologies

Reverse Lines

Reverse the order of all lines (last becomes first). Useful for reversing logs, lists, or chronological data.

Example

first, second, third → third, second, first

1, 2, 3, 4, 5 → 5, 4, 3, 2, 1

USED IN COOKBOOKS