Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

bash capitalize vowels using tr

# capitalize a vowels in raw string 'hello' 
echo abc | tr aeou AEOU
hEllO
# capitalize vowels in text from file 'hello_world.text' 
tr aeou AEOU < hello_world.text
hEllO wOrld
Comment

PREVIOUS NEXT
Code Example
Shell :: qts linux show process port 
Shell :: arch ocamlfuse 
Shell :: how to push code to github forcefully 
Shell :: The capture session could not be initiated on capture device "en0" 
Shell :: change remote git url 
Shell :: installing git on ec2 
Shell :: linux extract tgz 
Shell :: kali linux git install 
Shell :: set global node version using nvm 
Shell :: linux view environment variables 
Shell :: how to stop build in heroku 
Shell :: instal .deb ubuntu 
Shell :: delete bash history 
Shell :: uninstall vmware in ubuntu 
Shell :: extract a tar.xz file linux 
Shell :: clear mac dns cache 
Shell :: openbullet 2 kali linux 
Shell :: how to check git changes before commit 
Shell :: ConfigurationError: The "dnspython" module must be installed to use mongodb+srv:// URIs 
Shell :: git remote.origin.url check 
Shell :: clear history powershell 
Shell :: git find files with conflicts, list files with conflict 
Shell :: react-devtools agent got no connection 
Shell :: md5sum windows 
Shell :: raccourci tor browser sur ubuntu 
Shell :: Install OpenERP on Mac OS X 10.8 odoo 
Shell :: expo react native init 
Shell :: branch list in git 
Shell :: flameshot 
Shell :: latex markdown github 
ADD CONTENT
Topic
Content
Source link
Name
4+1 =