Xref: utzoo comp.sources.wanted:9816 alt.sources.wanted:93 Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!neat.cs.toronto.edu!moraes From: moraes@cs.toronto.edu (Mark Moraes) Newsgroups: comp.sources.wanted,alt.sources.wanted Subject: Re: tail (was: Backwards cat) Message-ID: <89Dec16.123823est.2260@neat.cs.toronto.edu> Date: 16 Dec 89 17:39:26 GMT References: <6488@lindy.Stanford.EDU> <129300@sun.Eng.Sun.COM> Distribution: usa Organization: Department of Computer Science, University of Toronto Lines: 7 falk@peregrine.Sun.COM (Ed Falk) writes: >>I am looking for a program that will cat a file backwards. >The unix tail(1) command will do it. For small values of "it". Remember that the Unix tail command has a fixed upper limit on the size of file it will work on. (On most BSD systems , this limit is 32K, on SysV, it is 4K)