Horje
awk uppercase first character Code Example
awk uppercase first character
echo example | awk '{$1=toupper(substr($1,0,1))substr($1,2)}1'
Example		#Example first upppercased outputed




Shell

Related
creating windows 10 usb on ubuntu Code Example creating windows 10 usb on ubuntu Code Example
install.packages( tidyverse ) not working Code Example install.packages( tidyverse ) not working Code Example
export requirements from python venv Code Example export requirements from python venv Code Example
set executable permissions linux Code Example set executable permissions linux Code Example
gitignore criar Code Example gitignore criar Code Example

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