Horje
awk first upper Code Example
awk first upper
echo example | awk '{$1=toupper(substr($1,0,1))substr($1,2)}1'
Example		#Example first upppercased outputed
awk convert first character to lowercase
echo EXAMPLE | awk '{$1=tolower(substr($1,0,1))substr($1,2)}1'
eXAMLPLE		#Example first lowercased outputed




Shell

Related
ionic download Code Example ionic download Code Example
git push f head Code Example git push f head Code Example
how to sort array in shell script Code Example how to sort array in shell script Code Example
comment installer tar.gz Code Example comment installer tar.gz Code Example
create new branch git Code Example create new branch git Code Example

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