Category:Tr: Difference between revisions

From Rosetta Code
Content added Content deleted
(Easy enough to remove stub. What was the non-language template's name again?)
(tr is not a programming language. Use {{np language}}.)
 
Line 1: Line 1:
{{language|tr}}<code>tr</code> is a standard [[UNIX]] command which takes as arguments two sets of symbols, and processes a data stream converting instances of the first set to the second set. It is a very domain-specific component of the UNIX stream-processing toolchain, and is not Turing-complete. It is present by default on most UNIX-like systems.
{{np language}}<code>tr</code> is a standard [[UNIX]] command which takes as arguments two sets of symbols, and processes a data stream converting instances of the first set to the second set. It is a very domain-specific component of the UNIX stream-processing toolchain, and is not Turing-complete. It is present by default on most UNIX-like systems.

Latest revision as of 22:42, 23 July 2011

Tr is a language that is not a programming language. You may find a list of its implementations here. You may find a list of its users on RC here. Listed below are all of the tasks on Rosetta Code which have been solved using Tr.
Your Help Needed
If you know Tr, please write code for some of the tasks not implemented in Tr.

tr is a standard UNIX command which takes as arguments two sets of symbols, and processes a data stream converting instances of the first set to the second set. It is a very domain-specific component of the UNIX stream-processing toolchain, and is not Turing-complete. It is present by default on most UNIX-like systems.

Subcategories

This category has the following 3 subcategories, out of 3 total.

Pages in category "Tr"

This category contains only the following page.