Answers for "how to use rot13 in linux"

0

rot13 in bash

echo '[email protected]' | tr 'A-Za-z' 'N-ZA-Mn-za-m'
Posted by: Guest on October-04-2021
0

rot13 in bash

echo '[email protected]' | rot13
Posted by: Guest on October-04-2021

Code answers related to "how to use rot13 in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language