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 _AlexWang 阅读(460) 评论(0) 推荐(0)
浙公网安备 33010602011771号