Date: Thu, 13 Jun 2002 05:48:50 -0700 (PDT) From: "Tim J. Robbins" <tjr@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/wc wc.1 wc.c Message-ID: <200206131248.g5DCmol89972@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
tjr 2002/06/13 05:48:50 PDT
Modified files:
usr.bin/wc wc.1 wc.c
Log:
Add the -m option, which counts characters (as opposed to -c, which
counts bytes). In locales that don't have multibyte characters, -m
is effectively an alias for -c.
This brings wc(1) up to P1003.1-2001 conformance.
Revision Changes Path
1.11 +37 -5 src/usr.bin/wc/wc.1
1.16 +47 -20 src/usr.bin/wc/wc.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206131248.g5DCmol89972>
