bug-coreutils
[Top][All Lists]
Advanced

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

[bug #22109] Enhancement request: tr should be able to take multiple con


From: Richard Neill
Subject: [bug #22109] Enhancement request: tr should be able to take multiple consecutive actions
Date: Fri, 25 Jan 2008 07:08:59 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.11) Gecko/20061201 Firefox/2.0.0.11 (Ubuntu-feisty)

URL:
  <http://savannah.gnu.org/bugs/?22109>

                 Summary: Enhancement request: tr should be able to take
multiple consecutive actions
                 Project: GNU Core Utilities
            Submitted by: richardneill
            Submitted on: Friday 25/01/08 at 07:08
                Category: None
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

It would be nice if tr could take multiple consecutive actions in a single
command. For example, instead of writing

  echo hello | tr h i | tr -s l | tr -d o     #result: iel

it would be nice to allow:

  echo hello | tr h i -s l -d o

where the operations are applied consecutively.


Thanks,

Richard




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?22109>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]