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/
_______________________________________________
Bug-coreutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-coreutils