📜  awk first upper - Shell-Bash 代码示例
📅  最后修改于: 2022-03-11 14:50:48.431000             🧑  作者: Mango
代码示例2
echo EXAMPLE | awk '{$1=tolower(substr($1,0,1))substr($1,2)}1'
eXAMLPLE #Example first lowercased outputed