convert to uppercase command awk code example
Example: convert to uppercase command awk
echo example | awk -F 'd' '{ print toupper($1)}'
EXAMPLE #Example first upppercased outputed
echo example | awk -F 'd' '{ print toupper($1)}'
EXAMPLE #Example first upppercased outputed