Linux tr Command Tutorial With Examples
tr command is mainly used to translate or delete characters in bash. tr is not a complex but useful command. We will look at various usage scenarios of tr in this tutorial. Syntax We will use the following syntax for tr command. tr [OPTION]… SET1 [SET2] Help Help can get with –help parameter like below. $ … Read more