tac and scat shell scripts :-,

Ken Turkowski ken at turtlevax.UUCP
Mon Oct 1 17:01:39 AEST 1984


> For all you script fans, here's a "tac" shell script:
> 
> 	#! /bin/sh
> 
> 	exec cat "$@" | exec tail -r

Unfortunately, tail -r doesn't do the whole file.  It only goes back one
block or so.
-- 
Ken Turkowski @ CADLINC, Palo Alto, CA
UUCP: {amd,decwrl,flairvax,nsc}!turtlevax!ken
ARPA: turtlevax!ken at DECWRL.ARPA



More information about the Comp.sources.bugs mailing list