tr-manipulate-strings
Manipulating Strings in Linux with tr 1. Overview In this tutorial, we’ll see how to manipulate strings using the tr in Linux. Note that we’ve tested these commands using Bash, but should work on any POSIX-compliant terminal. 2. Lower Case to Upper Case First of all, let’s see the synopsis… Continue Reading tr-manipulate-strings