Hacker Public Radio

Your ideas, projects, opinions - podcasted.

New episodes Monday through Friday.


HPR0944: LITS 002: tr

Hosted by Dann on 2012-03-14 00:00:00
Download or Listen

In the third in the series, Dann introduces us to the tr command.

Here's a flavour:
The tr, or translate (aka: transliterate) command, substitutes one more characters for another set of characters or it will delete a specified set of characters. The tr command takes input from standard in and writes to standard out. This simple example of the tr command translates some numbers into a word:

echo "12234" |tr '1234' 'aple'

The output:

apple

The entire article, including links to the videos can be found on his site:
https://www.linuxintheshell.com/2012/03/15/episode-002-tr/

Comments



More Information...


Copyright Information

Unless otherwise stated, our shows are released under a Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0) license.

The HPR Website Design is released to the Public Domain.