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

  1. From: utastro!nather (Ed Nather)
  2.  
  3. >      Frank da Cruz's new C-Kermit adopts a set of command line argument
  4. > standards that are worth looking at. 
  5. > [...]
  6. > A group of bundled options may end with an option that has an argument.
  7.  
  8. This creates confusion in using C-Kermit when you want to send an image
  9. file.  For example:
  10.  
  11.     send -is filename     < ---  works fine
  12.         send -si filename     < ---  bombs the program
  13.  
  14. I personally find it hard to remember which is which, since they both seem
  15. equally sensible to me.  I would *much* prefer to bundle the flags, then
  16. have those with arguments pick them up in the same order as the flags are
  17. listed.  In the above case, the "-i" flag doesn't take an argument, so I
  18. think it should be processed but should not "shield" the "-s" flag from its
  19. argument.
  20.  
  21. But what do I know?
  22.  
  23. Ed Nather
  24. Astronomy Dept, U of Texas @ Austin
  25. {allegra,ihnp4}!{noao,ut-sally}!utastro!nather
  26. nather%utastro.UTEXAS@ut-sally.ARPA
  27.  
  28. -- 
  29.  
  30. John Quarterman, jsq@ut-sally.ARPA, {ihnp4,seismo,ctvax}!ut-sally!jsq
  31.  
  32. Volume-Number: Volume 1, Number 07
  33.  
  34.