Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

rot13 in bash

echo 'fooman@example.com' | tr 'A-Za-z' 'N-ZA-Mn-za-m'
Comment

rot13 in bash

echo 'fooman@example.com' | rot13
Comment

rot13 in bash

alias rot13="tr 'A-Za-z' 'N-ZA-Mn-za-m'"
Comment

PREVIOUS NEXT
Code Example
Shell :: download aws cli linux 
Shell :: install brain.js 
Shell :: bash copy contents of file to clipboard 
Shell :: ubuntu history without duplicates 
Shell :: brew install rvm 
Shell :: linux path environment variable 
Shell :: Usage Error: The nearest package directory 
Shell :: check packages in macos 
Shell :: raspberry pi scan networks 
Shell :: show conflcited files 
Shell :: install ionic 6 
Shell :: host key verification failed 
Shell :: ubuntu command to check all network interfaces with IPv4 
Shell :: git credential manager 
Shell :: Failed to build iOS project. We ran "xcodebuild" command but it exited with error code 65. 
Shell :: run flake8 
Shell :: shell view binary file 
Shell :: how to add image in github readme 
Shell :: how to setup blackeye 
Shell :: linux mint 20 dark mode 
Shell :: git remote commands 
Shell :: yarn install netlify 
Shell :: gem uninstall version specific 
Shell :: how to download git for mac 
Shell :: install kasm ubuntu 
Shell :: git ignore 
Shell :: git pull from another repository 
Shell :: clean local branches git 
Shell :: install docker in ubuntu 
Shell :: install docker ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
8+2 =