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
Reverse the order of all lines (last becomes first). Useful for reversing logs, lists, or chronological data.
first, second, third → third, second, first
1, 2, 3, 4, 5 → 5, 4, 3, 2, 1