我想将每行的第一个字母转换为小写,直到文件的末尾.如何使用 shell脚本执行此操作? 我试过这个: plat=`echo $plat |cut -c1 |tr [:upper:] [:lower:]“echo $plat |cut -c2-` 但这只会将第一个字符转换为小写字母. 我的文件看起来像这样: AppleOrangeGrape
在线咨询:
邮箱: xwei067@foxmail.com
工作时间:周一至周五,9:00-17:30,节假日休息