git: tr(1): Add the -C option.
Sascha Wildner
swildner at crater.dragonflybsd.org
Wed Nov 24 21:39:44 PST 2010
commit bcb3e04dbb68a639965befb90acea6faadaf4c25
Author: Sascha Wildner <saw at online.de>
Date: Thu Nov 25 06:35:23 2010 +0100
tr(1): Add the -C option.
http://www.opengroup.org/onlinepubs/9699919799/utilities/tr.html
-C complements the set of characters specified by the first argument,
while -c complements the set of byte values specified by the first
argument.
Taken-from: FreeBSD
Summary of changes:
usr.bin/tr/tr.1 | 35 ++++++++++++++++++++++-------------
usr.bin/tr/tr.c | 55 ++++++++++++++++++++++++++++++++++++-------------------
2 files changed, 58 insertions(+), 32 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/bcb3e04dbb68a639965befb90acea6faadaf4c25
--
DragonFly BSD source repository
More information about the Commits
mailing list