home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / std_unix / v20 / followdir / 1003.2.f < prev    next >
Internet Message Format  |  1990-08-02  |  1KB

  1. From jsq@tic.com  Thu Jun 28 15:39:10 1990
  2. Received: from cs.utexas.edu by uunet.uu.net (5.61/1.14) with SMTP 
  3.     id AA08943; Thu, 28 Jun 90 15:39:10 -0400
  4. Posted-Date: 27 Jun 90 12:41:55 GMT
  5. Received: by cs.utexas.edu (5.64/1.65)
  6.     id AA13723; Thu, 28 Jun 90 14:39:04 -0500
  7. Received: by longway.tic.com (4.22/tic.1.2)
  8.     id AA05245; Thu, 28 Jun 90 12:17:32 cdt
  9. From: Chip Salzenberg <tct!chip@cs.utexas.edu>
  10. Newsgroups: comp.std.unix
  11. Subject: Re: parseargs vs. getopt
  12. Message-Id: <741@longway.TIC.COM>
  13. References: <728@longway.TIC.COM> <729@longway.TIC.COM> <733@longway.TIC.COM>
  14. Sender: std-unix@tic.com
  15. Reply-To: std-unix@uunet.uu.net
  16. Organization: ComDev/TCT, Sarasota, FL
  17. Date: 27 Jun 90 12:41:55 GMT
  18. Apparently-To: std-unix-archive@uunet.uu.net
  19.  
  20. From:  chip@tct.uucp (Chip Salzenberg)
  21.  
  22. According to darcy@druid.uucp (D'Arcy J.M. Cain):
  23. >[Getarg] support[s] extra functionality which can be used if the user
  24. >is aware of it.  For one thing, options and arguments (files) can be
  25. >mixed instead of requiring all options to precede the files.
  26.  
  27. Consider:
  28.  
  29.     rm ./-a -b -c -d -e -f
  30.  
  31. With getopt, all five arguments are filenames.  With getarg, the first
  32. argument is a filename and the rest are options.  This is a feature?
  33. No thanks.
  34.  
  35. -- 
  36. Chip Salzenberg at ComDev/TCT     <chip@tct.uucp>, <uunet!ateng!tct!chip>
  37.  
  38. Volume-Number: Volume 20, Number 53
  39.  
  40.