DragonFly BSD
DragonFly commits List (threaded) for 2010-11
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: tr(1): Add the -C option.


From: Sascha Wildner <swildner@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 24 Nov 2010 21:39:16 -0800 (PST)

commit bcb3e04dbb68a639965befb90acea6faadaf4c25
Author: Sascha Wildner <saw@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



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