Xref: utzoo comp.sources.wanted:9815 alt.sources.wanted:92 Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!mailrus!wuarchive!cs.utexas.edu!sun-barr!decwrl!amdcad!sun!peregrine!falk From: falk@peregrine.Sun.COM (Ed Falk) Newsgroups: comp.sources.wanted,alt.sources.wanted Subject: Re: Backwards cat Message-ID: <129300@sun.Eng.Sun.COM> Date: 15 Dec 89 19:16:29 GMT References: <6488@lindy.Stanford.EDU> Sender: news@sun.Eng.Sun.COM Reply-To: falk@sun.UUCP (Ed Falk) Distribution: usa Organization: Sun Microsystems, Mountain View Lines: 7 > >I am looking for a program that will cat a file backwards. Not with all the >letters reversed but one that prints the last line, then the second to last >line, 3 from the last line, etc.) If it doesn't exist then I will write my >own but I thought I'd ask first. The unix tail(1) command will do it.