Reverse output of a command
On Linux, add | tac
at the end of your line.
If you don't have tac
(like on Mac), you should be able to use | tail -r
as explained in this answer on the sister site Unix & Linux.
On Linux, add | tac
at the end of your line.
If you don't have tac
(like on Mac), you should be able to use | tail -r
as explained in this answer on the sister site Unix & Linux.