bash 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++:
- postgres setup Linux Debian
- how to stop running port in ubuntu
- create a file with text in linux
- wsl ubuntu update time
- get latitude and longitude based on user entered place android
- bash check if variable is a number
- how to delete particular type file recursively in linux
- wait command bash
- how to remove stuff from git
- npm install yarn equivalent
- ubuntu psql: error: FATAL: Peer authentication failed for user
- git credential save
- git no ssl
- e dpkg was interrupted kali linux
- Install / Update Dbeaver Community on Ubuntu
- how to install helm in ubuntu
- boost volume ubuntu
- react htaccess
- how to stop pythonw
- verify large directory after copy files
- wireshark para ubuntu
- port forwarding linux
- simple way to make a text field to accept numbers only with maximum number of length 13 digit and min 10
- git upload folder