#!/bin/sh exec tr 'a-zA-Z' 'n-za-mN-ZA-M'Save it as /usr/local/bin/rot13 and do:
chmod a+x /usr/local/bin/rot13Use it like this:
echo hello | rot13
#!/bin/sh exec tr 'a-zA-Z' 'n-za-mN-ZA-M'Save it as /usr/local/bin/rot13 and do:
chmod a+x /usr/local/bin/rot13Use it like this:
echo hello | rot13