InterviewSolution
| 1. |
Explain in brief the concept of TR, MR and AR |
|
Answer» TR=tr is a command in UNIX, Plan 9, Inferno, and Unix-like operating systems. It is an abbreviation of translate or transliterate, INDICATING its operation of replacing or removing specific characters in its input data SET. Wikipediatr is a command in Unix, Plan 9, Inferno, and Unix-like operating systems. It is an abbreviation of translate or transliterate, indicating its operation of replacing or removing specific characters in its input data set. WikipediaStands for: Translatetr is a command in Unix, Plan 9, Inferno, and Unix-like operating systems. It is an abbreviation of translate or transliterate, indicating its operation of replacing or removing specific characters in its input data set. WikipediaStands for: TranslateFunction: Translate, squeeze, and/or delete characters from standard input, writing to standard outputtr is a command in Unix, Plan 9, Inferno, and Unix-like operating systems. It is an abbreviation of translate or transliterate, indicating its operation of replacing or removing specific characters in its input data set. WikipediaStands for: TranslateFunction: Translate, squeeze, and/or delete characters from standard input, writing to standard outputSyntax: tr [-CDS] STRING1 [STRING2]tr is a command in Unix, Plan 9, Inferno, and Unix-like operating systems. It is an abbreviation of translate or transliterate, indicating its operation of replacing or removing specific characters in its input data set. WikipediaStands for: TranslateFunction: Translate, squeeze, and/or delete characters from standard input, writing to standard outputSyntax: tr [-cds] STRING1 [STRING2]Example: tr A-Z a-z |
|