shell pipeline to reverse the order of lines.

Aidan Saunders A.C.G.Saunders at newcastle.ac.uk
Wed Feb 20 00:27:03 AEST 1991


I missed the start of this thread, but if the subject line is still
relevant (:-)), how about using tail -r

ie:
 tail -r filename

or if it needs to be on the end of a pipe:

 ... | tail -r

Works OK in SunOS 4.1

Aidan

--
----------------------------------------------
ARPA :: a.c.g.saunders at newcastle.ac.uk
UUCP :: ...!ukc!newcastle.ac.uk!a.c.g.saunders
----------------------------------------------



More information about the Alt.sources.d mailing list