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

  1. From: John Chambers (guest moderator) <ut-sally!std-unix>
  2.  
  3. Topic: getopt and command line arguments continued
  4.  
  5. ----------------------------------------------------------------------
  6.  
  7. Date: Wed, 10 Jul 85 09:53:45 EDT
  8. From: seismo!elsie!ado@ut-sally.ARPA
  9. Subject: getopt bundling brouhaha
  10.  
  11. Why all this brouhaha over whether or not getopt should allow option arguments
  12. to be bundled with option names?  Let each user decide! People who wanted to
  13. bundle could place commands such as
  14.  
  15.     GETOPT=b
  16.     export GETOPT
  17.  
  18. in their login command files; getopt could check the GETOPT environment
  19. variable to see if it contained a 'b' and allow bundling if it did.
  20.  
  21. This method could be used to give users control over other aspects of
  22. getopt's behavior (whether to be sensitive to the case of option names;
  23. whether to recognize options anywhere on the command line; and so on).
  24. --
  25.     UUCP: ..decvax!seismo!elsie!ado    ARPA: elsie!ado@seismo.ARPA
  26.     DEC, VAX and Elsie are Digital Equipment and Borden trademarks
  27.  
  28.  
  29.  
  30. ----------------------------------------------------------------------
  31.  
  32. -- 
  33.  
  34. John B. Chambers, Microelectronics and Computer Technology Corp., Austin, TX
  35. {ihnp4,seismo,ctvax}!ut-sally!mcc-db!jbc, jbc@ut-sally.ARPA, chambers@mcc.ARPA
  36.  
  37. Volume-Number: Volume 1, Number 19
  38.  
  39.