tr

Linux tr command (translate)

The tr command is used to translate text. Example root@ok:~# echo “serverok” | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ SERVEROK root@ok:~# You can also use…