bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

possible bug in gawk 3.1.3


From: AccessWest Support
Subject: possible bug in gawk 3.1.3
Date: Mon, 19 Apr 2004 01:07:34 -0600
User-agent: Mozilla Thunderbird 0.5 (Windows/20040207)

Hi,

Im reporting a possible bug in gawk 3.1.3

awk behaves unexpectedly when issuing the following
command %awk 'FS = "[\133\135]" {print $2}'
This command is used to print the ip.address in lines of text that contains an [ip.address] surrounded by by brackets.

Im perplexed because a similar command can be used to print an
an address@hidden in lines of text that contain an <address@hidden>
surrounded by <>
%awk 'FS = "[\074\076]" {print $2}'

Software Used  gnu awk 3.1.3
Slackware Linux 9.1
gcc 3.2.3

Hope that helps,

Robert Dalton
AccessWest




reply via email to

[Prev in Thread] Current Thread [Next in Thread]