LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Reverse Sort Text File (https://www.linuxquestions.org/questions/linux-general-1/reverse-sort-text-file-212490/)

BxBoy 08-02-2004 09:58 AM

Reverse Sort Text File
 
Is it possible to view a text file in reverse-order? what command do you use?

for example..
Code:

i love linuxquestions
it is the best site on the net
no, i'm not kidding..

will then be displayed as:
Code:

no, i'm not kidding..
it is the best site on the net
i love linuxquestions

TIA

druuna 08-02-2004 10:13 AM

If installed, take a look at tac.

And yes, that's cat in reverse :)


All times are GMT -5. The time now is 02:42 PM.