2013/03/27

[Shell] 文字列の先頭を大文字にする


$ echo ${str} | awk '{print toupper(substr($1,1,1))substr($1,2)}'

0 件のコメント:

コメントを投稿