Samuel
2
Q:

awk first upper

echo example | awk '{$1=toupper(substr($1,0,1))substr($1,2)}1'
Example		#Example first upppercased outputed
0
echo EXAMPLE | awk '{$1=tolower(substr($1,0,1))substr($1,2)}1'
eXAMLPLE		#Example first lowercased outputed
0

New to Communities?

Join the community