Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!security!genrad!decvax!harpo!seismo!hao!hplabs!sri-unix!greep@su-dsn From: greep%su-dsn@sri-unix.UUCP Newsgroups: net.unix-wizards Subject: ccat Message-ID: <14418@sri-arpa.UUCP> Date: Wed, 7-Dec-83 21:17:00 EST Article-I.D.: sri-arpa.14418 Posted: Wed Dec 7 21:17:00 1983 Date-Received: Tue, 13-Dec-83 01:27:18 EST Lines: 12 From: Steven Tepper ccat (like cat but for compacted files) doesn't handle standard input on 4.1BSD, although the man page shows it does. Since it if a c-shell script, the fix is trivial: # if ($#argv == 0) then /usr/ucb/uncompact else (original version of ccat shell file) endif