Unix deficiencies/problems
Jeffrey Kegler
jeffrey at algor2.UUCP
Sat May 6 09:02:39 AEST 1989
In article <810046 at hpsemc.HP.COM> gph at hpsemc.HP.COM (Paul Houtz) writes:
>gph at hpsemc.HP.COM (Paul Houtz) / 10:37 am Apr 18, 1989 /
>
>I wrote:
> I am interested in peoples opinions of deficiencies or problems with
>unix. . . .
I miss very little from the IBM world, but the availability of formal file
names is one of them. Once UNIX starts getting into commercial
environments they will become more useful. Briefly, a formal file name is
a name by which the program interfaces with a JCL (or shell) language and
which can be redefined. UNIX has 3 usable ones, stdin, stdout and stderr,
and that covers a remarkable variety of situations. But an application
might well want one or two databases, an transaction input file, an error
output, a logging file and 2 or 3 reports. It would be nice if each of
these could be redirected as easily as stdin, stdout and stderr.
Of course, your programs could always look for environment variables, and if
present, attempt to open their value as a file.
--
Jeffrey Kegler, President, Algorists,
jeffrey at algor2.UU.NET or uunet!algor2!jeffrey
1762 Wainwright DR, Reston VA 22090
More information about the Comp.unix.questions
mailing list