2022年1月5日

linux/shell中大小写转换

摘要: # 大小写转换示例代码#!/bin/bash rm -rf ./6.4.1.txt echo "abcdEfgHiJ" > ./6.4.1.txt File=`cat ./6.4.1.txt` TmpFile=${File} echo "number of target:$#" [ $1 != "- 阅读全文

posted @ 2022-01-05 16:04 _王晓东 阅读(401) 评论(0) 推荐(0) 编辑

导航