Xref: utzoo comp.sources.wanted:9847 alt.sources.wanted:102 Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!uwm.edu!cs.utexas.edu!uunet!auspex!guy From: guy@auspex.UUCP (Guy Harris) Newsgroups: comp.sources.wanted,alt.sources.wanted Subject: Re: Backwards cat Message-ID: <2731@auspex.UUCP> Date: 18 Dec 89 21:03:27 GMT References: <6488@lindy.Stanford.EDU> <3324@hub.UUCP> Reply-To: guy@auspex.auspex.com (Guy Harris) Followup-To: comp.sources.wanted Distribution: usa Organization: Auspex Systems, Santa Clara Lines: 15 >...and the fourth answer... Which isn't correct: auspex% tail -r /etc/termcap > /tmp/stuff auspex% ls -lL /tmp/stuff /etc/termcap -rw-rw-r-- 1 root 133962 Jul 14 14:39 /etc/termcap -rw-r--r-- 1 guy 32768 Dec 18 13:01 /tmp/stuff 32768 != 133962. "tail -r" doesn't reverse the *entire* file, just a chunk at the end, in the UNIX versions I know of: BUGS Data for a tail relative to the end of the file is stored in a buffer, and thus is limited in size.