Horje
uppercase first str bash Code Example
uppercase first str bash
foo="bar"
echo "$(tr '[:lower:]' '[:upper:]' <<< ${foo:0:1})${foo:1}"
#returns 'Bar'




Shell

Related
pytorch anaconda install windows Code Example pytorch anaconda install windows Code Example
hash sum mismatch ubuntu 20.04 Code Example hash sum mismatch ubuntu 20.04 Code Example
ubuntu get process on port Code Example ubuntu get process on port Code Example
apache config location Code Example apache config location Code Example
remove or undo last merge git Code Example remove or undo last merge git Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12