使用awk进行大小写转换


文件大小写转换
awk '{print tolower($1)}' up.txt
awk '{print toupper($1)}' up.txt

你可能感兴趣的:(使用awk进行大小写转换)