Path: utzoo!mnetor!uunet!munnari!kre From: kre@munnari.oz (Robert Elz) Newsgroups: comp.unix.wizards Subject: Re: SVR3.0 vs BSD4.3 Message-ID: <2050@munnari.oz> Date: 24 Mar 88 11:19:41 GMT References: <12414@brl-adm.ARPA> <4361@megaron.arizona.edu> <7499@brl-smoke.ARPA> <7514@brl-smoke.ARPA> Organization: Comp Sci, Melbourne Uni, Australia Lines: 32 In article <7514@brl-smoke.ARPA>, gwyn@brl-smoke.ARPA (Doug Gwyn ) writes: > > job control (stop/restart jobs, get status of jobs and know > > one is stopped for tty input) > > As I mentioned, the System V equivalent is "shell layers", Doug, you know better than that, shl is at attempt at windows for asr33's and as such has some advantages and some disadvantages over the bsd use of job control to attempt to force windows onto asr33's and lookalikes. But that's not job control. Job control is when I notice that /foobar is 98% full, and some cretin has a job running that's half way through extracting 160Mb from a tar tape .. "kill -STOP " is job control. (Then "kill -CONT " later if I can manage to scavenge enough space to allow the tar to continue. Nb: it matters little if the cretin is me or not in these circumstances). > > long filenames > > This is tied to the disk filesystem format, Well, kind of, filenames are tied to the directory format, which has nothing to do with the rest of the filesystem format (after all, directories are just files, in both systems). > > support for multiple command interpreters with #! as first line of script > > This is totally unnecessary; This is so much drivel its not even worth commenting on. kre