home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Bug_Fixes / Net.v7bugs / 0097 < prev    next >
Encoding:
Text File  |  1982-04-13  |  453 b   |  12 lines

  1. Autzoo.1551
  2. net.bugs.v7
  3. utzoo!henry
  4. Tue Apr 13 20:06:33 1982
  5. expr(1) misfeature
  6. Expr's : operator (pattern match), unlike every other pattern-matching
  7. facility in Unix, insists on matching the WHOLE string or failing.  This
  8. inconsistency trips up everyone who tries to use the @#$% thing for the
  9. first time.  There is no reason for it;  expr could use the ^$ convention
  10. for anchored matching the same way awk does.  Is there some reason for
  11. this botch?
  12.