home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / volume.20 / text0054.txt < prev    next >
Encoding:
Internet Message Format  |  1990-08-02  |  598 b 

  1. From:  chip@tct.uucp (Chip Salzenberg)
  2.  
  3. According to darcy@druid.uucp (D'Arcy J.M. Cain):
  4. >[Getarg] support[s] extra functionality which can be used if the user
  5. >is aware of it.  For one thing, options and arguments (files) can be
  6. >mixed instead of requiring all options to precede the files.
  7.  
  8. Consider:
  9.  
  10.     rm ./-a -b -c -d -e -f
  11.  
  12. With getopt, all five arguments are filenames.  With getarg, the first
  13. argument is a filename and the rest are options.  This is a feature?
  14. No thanks.
  15.  
  16. -- 
  17. Chip Salzenberg at ComDev/TCT     <chip@tct.uucp>, <uunet!ateng!tct!chip>
  18.  
  19. Volume-Number: Volume 20, Number 53
  20.  
  21.