Tagged Questions
2
votes
3answers
417 views
Is there a tr for translating into longer strings?
tr is great for translating a set of characters to another set of characters. Sometimes, I want to translate a set of characters to a set of strings, e.g. all < and > to < and >.
...