Decode ROT13 on Linux command line

To decode a string, pipe it to the tr like below

$ echo "Rkcybvg Fuvg" | tr '[A-Za-z]' '[N-ZA-Mn-za-m]'
Exploit Shit

Leave a comment