NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
bin/39133: /usr/bin/awk: -Ft is broken
>Number: 39133
>Category: bin
>Synopsis: /usr/bin/awk: -Ft is broken
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: bin-bug-people
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Sat Jul 12 00:35:00 +0000 2008
>Originator: cheusov%tut.by@localhost
>Release: NetBSD 4.0_STABLE
>Organization:
>Environment:
System: NetBSD chen.chizhovka.net 4.0_STABLE NetBSD 4.0_STABLE (GENERIC) #0:
Sun Jul 6 22:33:53 EEST 2008
cheusov%chen.chizhovka.net@localhost:/srv/obj/sys/arch/i386/compile/GENERIC i386
Architecture: i386
Machine: i386
>Description:
awk -Ft works incorrectly.
>How-To-Repeat:
0 ~>echo supertable | awk -Ft '{print $1, $2}'
supertable
0 ~>
-Ft should set NF to "t" which in turn should split the input "supertable"
into two tokens "super" and "able".
>Fix:
Unknown
Home |
Main Index |
Thread Index |
Old Index