home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / mod.std.unix.v7 / text0058.txt < prev    next >
Encoding:
Internet Message Format  |  1987-06-30  |  1.2 KB

  1. From: pyramid!amdahl!amdcad!qubix!wjvax!brett (Brett Galloway)
  2. Date: Mon, 13 Oct 86 09:39:13 pdt
  3. Organization: Watkins-Johnson Co., San Jose, Calif.
  4.  
  5. In article <5968@ut-sally.UUCP> Hal Jespersen writes:
  6. >
  7. >The IEEE P1003.2 "Shell and Utilities" Working Group is developing a
  8. >proposed standard to complement the 1003.1 POSIX standard.  It will
  9. >consist of
  10. >...
  11. >    programmatic interfaces to the shell (system(), popen()) and
  12. >    related facilities (regular expressions, file name expansion,
  13. >    etc.)
  14. >...
  15.  
  16. I think that it would be great to standardize the command set available -- this
  17. would make writing makefiles and command servers (shell escapes) under other
  18. applications much more portable.  One feature that I would like to see is an
  19. alternative interface to system().  System() is great unless the user is doing
  20. his own child process management.  In that case, he would like to do the fork()
  21. and exec() himself and not let system() do it for him.  The alternative
  22. interface should be some new variant of exec() (like execvp()) which sets up
  23. the call to the appropriate command processor.
  24.  
  25. -------------
  26. Brett Galloway
  27. {pesnta,twg,ios,qubix,turtlevax,tymix,vecpyr,certes,isi}!wjvax!brett
  28.  
  29. Volume-Number: Volume 7, Number 59
  30.  
  31.