bin/171725: awk(1) does not support word-boundary metacharacters

Devin Teske devin.teske at fisglobal.com
Fri Oct 12 16:20:01 UTC 2012


The following reply was made to PR bin/171725; it has been noted by GNATS.

From: Devin Teske <devin.teske at fisglobal.com>
To: <bug-followup at FreeBSD.org>, <dteske at FreeBSD.org>
Cc:  
Subject: Re: bin/171725: awk(1) does not support word-boundary metacharacters
Date: Fri, 12 Oct 2012 09:18:34 -0700

 Swapping \< and \> (GNU syntax) for [[:<:]] and [[:>:]] (POSIX syntax) resp=
 ectively.
 
 This makes no difference as one-true-awk uses its own regular expression co=
 de (read: does not use libc which already supports [[:</>:]] word-bounding).
 --=20
 Devin
 
 _____________
 The information contained in this message is proprietary and/or confidentia=
 l. If you are not the intended recipient, please: (i) delete the message an=
 d all copies; (ii) do not disclose, distribute or use the message in any ma=
 nner; and (iii) notify the sender immediately. In addition, please be aware=
  that any message addressed to our domain is subject to archiving and revie=
 w by persons other than the intended recipient. Thank you.


More information about the freebsd-bugs mailing list