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
posted @ 2022-01-05 16:04