bash variable lowercase
Just use tr command to transform lowercase letters into uppercase as:
tr a-z A-Z < file.txt #transforms letters into uppercase in a file
echo 'HELLO' | tr A-Z a-z #Outputs: 'hello'# In Bash 4.0
a=DHCP
echo "${a,,}"
# Output:
dhcp
Also in C++:
- bash do-while
- ssmtp settings ubuntu
- how to install ros package
- check mongodb installation
- pushing to github
- install wsl kali linux desktop
- git diff between one file
- powershell script to change phone number in ad
- pip install pyldavis
- makefile parameter
- delete branch from github mcd
- How to run batch file and dellete it
- git revert all commits to pervious commit
- copy directory command in linux
- install steam on chromebook
- remote: error: GH001: Large files detected. You may want to try Git Large File Storage - https://git-lfs.github.com.
- INSTALL VMwareTools on terminal ap=get
- install nginx
- install mongodb on manjaro linux
- set python3 as default mac
- ubuntu install gerrit
- export function in shell script
- cambiare luminosità schermo ubuntu
- linux delete files in folders without deleting the folder