echo ekkdvp | tr [:lower:] [:upper:] EKKDVP bb=ekkdvp && echo ${bb^^} EKKDVP echo ekkdvp | awk '{print toupper($0)}' EKKDVP