Path: utzoo!attcan!uunet!lll-winken!lll-lcc!mordor!joyce!sri-unix!quintus!ok From: ok@quintus.uucp (Richard A. O'Keefe) Newsgroups: comp.unix.wizards Subject: cat (was Re: rm etc.) Message-ID: <748@quintus.UUCP> Date: 26 Nov 88 00:59:39 GMT References: <175@ernie.NECAM.COM> <189@wyn386.UUCP> <8910@smoke.BRL.MIL> <118@hudson.Morgan.COM> <8941@smoke.BRL.MIL> <480@auspex.UUCP> <8956@smoke.BRL.MIL> <730@quintus.UUCP> <8973@smoke.BRL.MIL> Sender: news@quintus.UUCP Reply-To: ok@quintus.UUCP (Richard A. O'Keefe) Distribution: na Organization: Quintus Computer Systems, Inc. Lines: 12 In article <8973@smoke.BRL.MIL> gwyn@brl.arpa (Doug Gwyn (VLD/VMB) ) writes: >On reading the Ninth Edition UNIX manual some time ago, I was pleased >to see that some of the worst quirks in the basic utilities had been >cleaned up. For example, "cat" worked right without a -u option, >unlike the System V version. I didn't remember what the "-u" option did, so I looked in the SVID. Not there! Logged in to a V.2 system. I find there cat [ -u ] [ -s ] [ -v [-t] [-e] ] file... On a V.3 System, there were no on-line man pages (hiss, spit), but usage: cat -usvte [-|file] Does anyone know why the SVID only lists the "-s" option?