Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!csun!kithrup!sef From: sef@kithrup.COM (Sean Eric Fagan) Newsgroups: comp.unix.sysv386 Subject: Re: SCO doesn't sell UNIX Message-ID: <1990Dec02.093556.6526@kithrup.COM> Date: 2 Dec 90 09:35:56 GMT References: <27519123.34A2@tct.uucp> <1990Nov29.205938.3671@digibd.com> <1990Dec1.225346.16828@NCoast.ORG> Organization: Kithrup Enterprises, Ltd. Lines: 27 In article <1990Dec1.225346.16828@NCoast.ORG> allbery@ncoast.ORG (Brandon S. Allbery KB8JRR) writes: >* grep --- why should I have to remember that, ouyt of all the System V > machines in the office, only the SCO Pseudnix machine uses "-y" to do case- > ignored searches? All the others use "-i". Your other complaints may be valid, but: kithrup 428$ echo "Hello" > /tmp/foo.$$ kithrup 429$ grep -i hel /tmp/foo.$$ Hello This is 3.2v2, a much better implementation than 3.2.0 or ODT 1.0... >None of those three are problems (modulo terminal hangs when an unsuspecting >person who's heard of job control does "stty susp '^Z'" from csh, runs >something, types "^Z" and hangs the tty). Hmm. Does sound as if you are not running 3.2v2. Job control there works rather nicely (although I occasionally find that my susp character has disappeard; I don't have any way of reliably reproducing that, though, and I suspect it's emacs). -- Sean Eric Fagan | "I made the universe, but please don't blame me for it; sef@kithrup.COM | I had a bellyache at the time." -----------------+ -- The Turtle (Stephen King, _It_) Any opinions expressed are my own, and generally unpopular with others.