Horje
awk convert first character to lowercase 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'
eXAMPLE		#Example first lowercased 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
ubuntu 20 show dock only on hover Code Example ubuntu 20 show dock only on hover Code Example
how to use valet to share localhost url to outside Code Example how to use valet to share localhost url to outside Code Example
atom disable shelling out for environment Code Example atom disable shelling out for environment Code Example
i am not able to start bluetooth in ubantu Code Example i am not able to start bluetooth in ubantu Code Example
serverless invoke sqs Code Example serverless invoke sqs Code Example

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