[Bug 226112] awk(1) man page unclear about field separator, FS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 20 Jul 2021 04:34:37 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226112
--- Comment #6 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:
URL:
https://cgit.FreeBSD.org/src/commit/?id=b891aedcdd2d9a3e1530e45f6b785b768cccc466
commit b891aedcdd2d9a3e1530e45f6b785b768cccc466
Author: Warner Losh <imp@FreeBSD.org>
AuthorDate: 2021-07-20 02:10:22 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2021-07-20 04:33:26 +0000
awk: Add more details top the FS variable
The current description of the FS is true, but only part of the
truth. Add information about single characters and note that FS="" is
undefined by the standard, though the two other awk implenetations (mawk
and gawk) also have this interpretation.
PR: 226112
Sponsored by: Netflix
usr.bin/awk/awk.1 | 21 +++++++++++++++++++--
1 file changed, 19 insertions(+), 2 deletions(-)
--
You are receiving this mail because:
You are on the CC list for the bug.