how to compare a character to uppercase in bash script
echo "enter a char"
read c
if [[ $c == [A-Z] ]];
then
echo "upper"
elif [[ $c == [a-z] ]];
then
echo "lower"
else
echo "Digit or special symbols!"
fi
Also in Shell:
- git config --global http.sslverify "false" This command resolve my problem
- git checkout new branch
- bash check if process is running by name
- shell set environment variable
- install mongodb mac stack overflow
- undo last commit
- git reset remote
- mount: cdrom: failed to setup loop device for
- How to find your ip on debian linux wsl
- youtube api python
- xcode errSecInternalComponent
- install flutter
- git delete remote branch error: unable to delete remote ref does not exist
- show remote git
- git command autocomplete
- linux scp
- What debian version do i use
- wget git bash
- postgres how to list all databases
- git init repo
- terminal how to find a file name
- run jar file command line
- cmd prompt format
- install pygame