home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Bug_Fixes / Net.v7bugs / 0068 < prev    next >
Encoding:
Text File  |  1982-02-02  |  489 b   |  15 lines

  1. Autzoo.1329
  2. net.bugs.v7
  3. utcsrgv!utzoo!henry
  4. Tue Feb  2 22:05:50 1982
  5. shell [mis?]feature
  6. The shell sometimes ``knows'' characters are in quotes and should not
  7. be interpreted as metacharacters etc.;  this is a win in many situations
  8. but loses sometimes:
  9.  
  10.     set `echo "'a b'" "'c d'"`
  11.  
  12. yields positional parameters with imbedded quotes.  This is the heart
  13. of the problem in getting the getopt(1) I sent out a little while ago
  14. to cope properly with arguments with embedded metacharacters etc.
  15.